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": "VidAngel for Chrome", "description": "Enhance your VidAngel experience!", "version": "0.2.3", "manifest_version": 3, "action": { "default_title": "VidAngel Extension", "default_popup": "popup.html", "default_icon": { "16": "icons\/16x.png", "32": "icons\/32x.png", "48": "icons\/48x.png", "128": "icons\/128x.png" } }, "icons": { "16": "icons\/16x.png", "32": "icons\/32x.png", "48": "icons\/48x.png", "128": "icons\/128x.png" }, "permissions": [ "cookies", "declarativeContent", "declarativeNetRequest" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "background": { "service_worker": "serviceWorker.js" }, "externally_connectable": { "matches": [ "*:\/\/*.vidangel.com\/*" ] } }