Inspect and view changes in Inferfox ChannelGuard source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Inferfox ChannelGuard",
"version": "1.0.3",
"description": "Allow YouTube videos only from parent-approved channels.",
"permissions": [
"storage",
"tabs",
"webNavigation",
"*://*.youtube.com/*",
"*://youtu.be/*",
"*://*.youtube-nocookie.com/*"
],
"background": {
"scripts": [
"src/shared.js",
"src/background.js"
],
"persistent": false
},
"content_scripts": [
{
"matches": [
"*://*.youtube.com/*",
"*://youtu.be/*",
"*://*.youtube-nocookie.com/*"
],
"js": [
"src/shared.js",
"src/content_script.js"
],
"all_frames": true,
"run_at": "document_start"
}
],
"options_ui": {
"page": "src/options.html",
"open_in_tab": true
},
"browser_action": {
"default_title": "Inferfox ChannelGuard",
"default_popup": "src/popup.html",
"default_icon": {
"48": "assets/icon-48.png",
"96": "assets/icon-96.png"
}
},
"icons": {
"48": "assets/icon-48.png",
"96": "assets/icon-96.png",
"128": "assets/icon-128.png"
},
"browser_specific_settings": {
"gecko": {
"id": "channelguard-youtube-whitelist@local-first.tools",
"strict_min_version": "142.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
}
} Best Inferfox ChannelGuard Alternatives
Here are some Firefox add-ons that are similar to Inferfox ChannelGuard:
ChannelGuard
inferix
YouTube Guardian
Krishnan Marimuthu
YTBlocker
Omanjuu3
Youtube whitelist channels
Pavlo Yaremchuk
YouTube Channel Purge
Sp33d0r
FilterTube
Devansh Varshney
YouTube Channels Whitelist
Federico Gentile
Anti-clipper
AntiClipper
Vidward - YouTube Parental Controls
SlashTools
Magnetar Guardian
Arr Cee
Parental Whitelist Control
Digital Fracture
Video Blocker
Firefox user 6112461