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", "manifest_version": 3, "name": "__MSG_extName__", "short_name": "Ad Speedup", "description": "__MSG_extDescription__", "default_locale": "en", "version": "1.2.6", "author": "adspeedup.com", "sandbox": { "pages": [ "sandbox\/sandbox.html" ] }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "128": "icons\/icon128.png" }, "permissions": [ "storage", "activeTab", "tabs", "offscreen" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "css": [ "styles\/main.css" ], "js": [ "content-script.js" ] } ], "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "styles\/*", "icons\/*" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ] }