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 Time Manager", "version": "1.0.6", "description": "\ud83d\udcfd\ufe0f **Keep Focused, Stay Productive** Hides video recommendations for a distraction-free YouTube experience.", "action": { "default_popup": "popup.html", "default_icon": { "16": "icon\/icon.png", "48": "icon\/icon.png", "128": "icon\/icon.png" } }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*" ], "js": [ "scripts\/hideelements.js", "scripts\/hideFeed.js", "scripts\/keepPlaylist.js", "scripts\/redirectFromURL.js", "scripts\/videoRecoGoals.js", "scripts\/verifyVideo.js", "scripts\/content.js" ] } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "goals.html" ], "matches": [ "<all_urls>" ] } ] }