Block short or reels on youtube, instagram, facebook.
and you need to type or admit it before turning this add-on off.
*well you can do this on hard way thooo
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Block Shorts Reels",
"version": "0.1.3",
"description": "Block short or reels on youtube, instagram, facebook",
"icons": {
"160": "icon.png"
},
"background": {
"scripts": [
"background.js"
]
},
"browser_action": {
"default_popup": "popup.html",
"default_icon": "icon.png"
},
"permissions": [
"webRequest",
"webRequestBlocking",
"tabs"
],
"browser_specific_settings": {
"gecko": {
"id": "{431f5b0f-1f68-4c13-a42b-1bdde0831e61}"
}
}
}