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",
"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.20.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\/premium-0a46f0a7.js",
"assets\/df_youtube.js-8c4d0a91.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-e010c5ec.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": []
}