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": "DF Tube New (Distraction Free for YouTube\u2122)", "options_page": "index.html", "description": "Allow yourself to focus while using YouTube\u2122 for work, recreation or education.", "version": "1.15.0", "short_name": "DFTube", "permissions": [ "storage", "tabs" ], "web_accessible_resources": [ { "matches": [ "<all_urls>" ], "resources": [ "images\/*.*", "css\/*.*", "scripts\/*.js", "content\/*.html" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "resources": [ "assets\/df_youtube.js-c8fc30a8.js" ], "use_dynamic_url": false } ], "icons": { "16": "images\/icon_16.png", "32": "images\/icon_32.png", "48": "images\/icon_48.png", "128": "images\/icon_128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/df_youtube.js-loader-ef80c53a.js" ], "matches": [ "https:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/?*", "https:\/\/www.youtube.com\/watch*" ], "css": [ "css\/prehide_feed.css" ] } ], "action": { "default_icon": "images\/df_youtube_icon_active_32.png", "default_popup": "index.html" }, "content_security_policy": [] }