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": "MyTube", "version": "1.0.0", "description": "Blocks recommended distractions & removes scrollable shorts", "manifest_version": 3, "author": "Mootbing", "action": { "default_popup": "index.html", "default_title": "MyTube", "default_icon": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/32.png" } }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "scripts\/content.js" ] } ], "background": { "service_worker": "scripts\/background.js" }, "icons": { "16": "images\/16.png", "24": "images\/24.png", "32": "images\/32.png", "128": "images\/128.png" }, "permissions": [ "tabs" ], "host_permissions": [ "*:\/\/*\/*" ] }