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", "manifest_version": 3, "name": "YouTube Productivity Filter - Block Distractions & Filter Channels", "description": "Only allow videos from your favorite channels and block YouTube Shorts. Stay Focused!", "version": "2.0.1", "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_icon": { "128": "images\/icon128.png" } }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ] }