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": "Video Ad Block Youtube", "version": "2.2", "description": "AdBlocker for YouTube, Hotstar, JioCinema and etc.", "declarative_net_request": { "rule_resources": [ { "id": "rules", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "declarativeNetRequest", "declarativeNetRequestFeedback", "storage" ], "icons": { "128": "ytblocker128.png" }, "host_permissions": [ "<all_urls>" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "ytblocker128.png", "32": "ytblocker128.png", "48": "ytblocker128.png", "128": "ytblocker128.png" }, "default_title": "Video Ad Block Youtube!" }, "background": { "service_worker": "bg.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "yt.js" ], "all_frames": true, "run_at": "document_end" } ], "manifest_version": 3 }