By: Hanasa
Inspect and view changes in YT No Distraction source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "YT No Distraction",
"description": "A YouTube extension that removes distractions.",
"version": "0.2",
"icons": {
"16": "icon/16.png",
"32": "icon/32.png",
"48": "icon/48.png",
"96": "icon/96.png",
"128": "icon/128.png"
},
"permissions": [
"activeTab",
"tabs",
"scripting",
"storage",
"<all_urls>"
],
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_title": "YT No Distraction",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*://*.google.com/*"
],
"js": [
"content-scripts/content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{b5ae6f6a-b3ec-4c4f-8bef-3caa3853b8a0}"
}
}
} Best YT No Distraction Alternatives
Here are some Firefox add-ons that are similar to YT No Distraction: