By: Micheal
Inspect and view changes in TubeSkip source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "TubeSkip",
"version": "1.0",
"description": "Skips YouTube videos from banned artists.",
"permissions": [
"storage",
"activeTab",
"webNavigation"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://www.youtube.com/*"
],
"js": [
"content.js"
]
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
}
},
"icons": {
"16": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"browser_specific_settings": {
"gecko": {
"id": "TubeSkip@mr"
}
}
} Best TubeSkip Alternatives
Here are some Firefox add-ons that are similar to TubeSkip: