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", "default_locale": "en", "name": "__MSG_appTitle__", "description": "__MSG_appDesc__", "version": "2.0.0", "permissions": [ "storage", "unlimitedStorage", "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback" ], "icons": { "128": "adblockicon.png" }, "action": { "default_icon": "adblockicon.png", "default_title": "Autoskip for Youtube\u2122" }, "declarative_net_request": { "rule_resources": [ { "id": "rules", "enabled": true, "path": "blockingrules.json" } ] }, "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background\/background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "aop\/e.js" ], "all_frames": true, "run_at": "document_start" } ], "manifest_version": 3, "web_accessible_resources": [] }