Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Jul 25, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Disable HTML5 Autoplay & Version 2025", "version": "2.1.6", "description": "Disables autoplay of all HTML5 audio and video on all websites. Improved version with better compatibility.", "permissions": [ "storage" ], "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ], "run_at": "document_start", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "script.js" ], "matches": [ "<all_urls>" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }