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", "name": "ADs Shade", "author": "adsshade.com", "description": "Block intrusive ads and skip delays with ADs Shade! This browser extension ensures distraction-free, seamless browsing.", "action": { "default_title": "ADs Shade", "default_popup": "\/lib\/html\/popup.html", "default_icon": "\/lib\/images\/logotype128.png" }, "icons": { "48": "\/lib\/images\/logotype48.png", "96": "\/lib\/images\/logotype96.png", "128": "\/lib\/images\/logotype128.png" }, "options_page": "\/lib\/html\/options.html", "background": { "service_worker": "\/lib\/js\/service.js", "type": "module" }, "permissions": [ "alarms", "storage", "activeTab", "scripting", "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "easylist", "enabled": true, "path": "lib\/json\/easylist.json" }, { "id": "fanboy-annoyance", "enabled": true, "path": "lib\/json\/fanboy-annoyance.json" }, { "id": "easyprivacy", "enabled": true, "path": "lib\/json\/easyprivacy.json" }, { "id": "malicious", "enabled": true, "path": "lib\/json\/malicious.json" } ] }, "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "\/lib\/css\/*" ] } ], "version": "1.2", "homepage_url": "https:\/\/adsshade.com\/", "manifest_version": 3 }