By: Jirka Justra
Inspect and view changes in Youtube BS Block source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Youtube BS Block",
"version": "0.0.1",
"author": "Jirka Justra",
"description": "Block selected channels from search results and home page.",
"applications": {
"gecko": {
"id": "youtube-bs-block@jirka-justra.cz"
}
},
"icons": {
"512": "youtube-bs-block.svg"
},
"browser_action": {
"default_icon": {
"512": "youtube-bs-block.svg"
},
"default_title": "Youtube BS Block",
"browser_style": false
},
"permissions": [
"storage",
"unlimitedStorage"
],
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"*://www.youtube.com/*"
],
"js": [
"content.js"
]
}
],
"options_ui": {
"page": "options.html",
"browser_style": true
}
} Best Youtube BS Block Alternatives
Here are some Firefox add-ons that are similar to Youtube BS Block: