Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "No Redirections", "version": "1.5", "description": "Watch Movies and TV Shows without redirections to ads", "manifest_version": 3, "permissions": [ "tabs", "storage" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js", "insightVenueContentScript.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html" }, "icons": { "16": "logo16.png", "48": "logo48.png", "128": "logo128.png" } }