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": "Adblocker for Hotstar", "version": "1.1", "description": "Blocks Ads on Hotstar and YT", "background": { "service_worker": "background\/background.js" }, "manifest_version": 3, "permissions": [ "declarativeNetRequest", "declarativeNetRequestWithHostAccess", "declarativeNetRequestFeedback", "storage" ], "declarative_net_request": { "rule_resources": [ { "id": "rules", "enabled": true, "path": "blocklist.json" } ] }, "icons": { "128": "hotstaradblocker128.png" }, "action": { "default_icon": "hotstaradblocker128.png", "default_title": "Adblocker for Hotstar" }, "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content\/content.js" ], "all_frames": true, "run_at": "document_start" } ] }