Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Impulse. Website Blocker & Focus Screen Time Control", "version": "2.0.1.0", "version_name": "2.0.1", "description": "Block distracting websites on a schedule and set daily time and visit limits to curb impulsive browsing and boost productivity.", "permissions": [ "storage", "tabs", "alarms", "windows", "idle" ], "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "options_page": "index.html", "content_scripts": [ { "js": [ "assets\/content-scripts.js-loader-C5jwKMUF.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "assets\/content-scripts-Xl4hBkcJ.css" ] } ], "web_accessible_resources": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "resources": [ "pages\/onboarding.html", "pages\/onboarding.js", "pages\/onboarding.css", "assets\/content-scripts.js-Bg_4G3VB.js" ], "use_dynamic_url": false } ], "action": { "default_popup": "index.html", "default_icon": { "16": "images\/icons\/icon16.png", "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" }, "default_title": "Impulse." }, "icons": { "48": "images\/icons\/icon48.png", "128": "images\/icons\/icon128.png" } }