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", "action": { "default_icon": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "default_title": "Toggle AutoplayStopper" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "all_frames": true, "js": [ "content.js" ], "matches": [ "<all_urls>" ], "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "enabled": true, "id": "ruleset", "path": "rules.json" } ] }, "description": "Blocks video and audio autoplay on all websites, with a toggle button.", "host_permissions": [ "<all_urls>" ], "icons": { "16": "icons\/icon16.png", "24": "icons\/icon24.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "128": "icons\/icon128.png", "256": "icons\/icon256.png", "512": "icons\/icon512.png" }, "manifest_version": 3, "name": "AutoplayStopper (MV3)", "permissions": [ "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "storage" ], "version": "2025.08.20" }