Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Cookie Auto Clicker", "description": "Cookie Auto Clicker: 50 Clicks\/Sec | Auto Golden Cookie Hunter | Works in Background | Boost Production | No Manual Clicking", "version": "1.0.2", "manifest_version": 3, "icons": { "128": "img\/logo-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "img\/logo-128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-C2tBxE9h.js" ], "matches": [ "https:\/\/orteil.dashnet.org\/cookieclicker\/*" ] }, { "js": [ "assets\/extpay-cs.ts-loader-Dis-AGOy.js" ], "matches": [ "https:\/\/extensionpay.com\/*" ], "run_at": "document_start" } ], "commands": { "toggle-autoclicker": { "suggested_key": { "default": "Alt+C" }, "description": "Enable\/Disable the auto-clicker" }, "toggle-goldencookie": { "suggested_key": { "default": "Alt+G" }, "description": "Enable\/Disable the golden cookie auto-clicker" } }, "web_accessible_resources": [ { "matches": [ "https:\/\/*.dashnet.org\/*" ], "resources": [ "img\/logo-128.png" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/orteil.dashnet.org\/*" ], "resources": [ "assets\/chunk-B_wxLBDO.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/extensionpay.com\/*" ], "resources": [ "assets\/chunk-CmBeVzmG.js", "assets\/chunk-CjyBLlqe.js" ], "use_dynamic_url": false } ], "permissions": [ "storage", "activeTab", "tabs" ] }