Inspect and view changes in Video Download Helper source codes across current and past versions
Vidego - Universal Video Downloader →
Please login to examine the extension's source code.
manifest.json
{
"author": "Video Download Helper Team",
"name": "Video Download Helper",
"homepage_url": "https://downloadhelper.net",
"description": "__MSG_appDesc__",
"manifest_version": 3,
"default_locale": "en",
"permissions": [
"tabs",
"downloads",
"webRequest",
"webNavigation",
"scripting",
"declarativeNetRequest",
"storage",
"notifications",
"contextMenus",
"unlimitedStorage"
],
"optional_permissions": [
"browsingData",
"downloads.open"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"128": "bitmaps/logo-128-nooutline.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'"
},
"action": {
"default_title": "Video Download Helper",
"default_icon": {
"128": "bitmaps/logo-128-color.png"
}
},
"commands": {
"default-action": {
"description": "Execute default action",
"suggested_key": {
"default": "Alt+Down",
"mac": "Ctrl+Shift+Down"
}
},
"_execute_action": {
"suggested_key": {
"default": "Alt+Up",
"mac": "Ctrl+Shift+Up"
}
}
},
"background": {
"type": "module",
"scripts": [
"service/main.js"
]
},
"content_scripts": [
{
"world": "ISOLATED",
"matches": [
"*://*.youtube.com/*"
],
"js": [
"injected/youtube.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"world": "MAIN",
"matches": [
"*://*.youtube.com/*"
],
"js": [
"injected/youtube_untrusted.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"world": "ISOLATED",
"matches": [
"*://*.vimeo.com/*"
],
"js": [
"injected/vimeo.js"
],
"run_at": "document_start",
"all_frames": true
},
{
"world": "MAIN",
"matches": [
"*://*.vimeo.com/*"
],
"js": [
"injected/vimeo_untrusted.js"
],
"run_at": "document_start",
"all_frames": true
},
{
"world": "ISOLATED",
"matches": [
"*://*.facebook.com/*",
"*://*.instagram.com/*"
],
"js": [
"injected/facebook.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"world": "ISOLATED",
"matches": [
"*://*.ok.ru/*",
"*://*.m.ok.ru/*"
],
"js": [
"injected/ok.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"world": "ISOLATED",
"matches": [
"*://*.vk.com/*",
"*://*.vk.ru/*",
"*://*.vkvideo.ru/*",
"*://live.vkvideo.ru/*"
],
"js": [
"injected/vk.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"world": "ISOLATED",
"matches": [
"*://*.canva.com/*"
],
"js": [
"injected/canva.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"world": "ISOLATED",
"matches": [
"*://*.iq.com/*"
],
"js": [
"injected/iq.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"world": "MAIN",
"matches": [
"*://*.iq.com/*"
],
"js": [
"injected/iq_untrusted.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"world": "ISOLATED",
"matches": [
"*://*.twitcasting.tv/*"
],
"js": [
"injected/twitcasting.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"world": "ISOLATED",
"matches": [
"*://*.bilibili.tv/*",
"*://*.bilibili.com/*"
],
"js": [
"injected/bilibili.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"world": "MAIN",
"matches": [
"*://*.bilibili.tv/*",
"*://*.bilibili.com/*"
],
"js": [
"injected/bilibili_untrusted.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"world": "MAIN",
"matches": [
"*://*.taiav.com/*"
],
"js": [
"injected/taiav.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"world": "ISOLATED",
"matches": [
"*://*.osmosis.org/*"
],
"js": [
"injected/osmosis.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"world": "ISOLATED",
"matches": [
"*://*.kick.com/*"
],
"js": [
"injected/kick.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"world": "ISOLATED",
"matches": [
"*://*.chaturbate.com/*",
"*://*.chaturbate.eu/*",
"*://*.chaturbate.global/*"
],
"js": [
"injected/chaturbate.js"
],
"run_at": "document_end",
"all_frames": true
},
{
"world": "ISOLATED",
"matches": [
"*://*.91porna.com/*",
"*://*.9n6gyt.umydsfs.cc/*"
],
"js": [
"injected/xgplayer_crypto.js"
],
"run_at": "document_start",
"all_frames": true
},
{
"world": "MAIN",
"matches": [
"*://*.91porna.com/*",
"*://*.9n6gyt.umydsfs.cc/*"
],
"js": [
"injected/xgplayer_crypto_untrusted.js"
],
"run_at": "document_start",
"all_frames": true
},
{
"world": "ISOLATED",
"js": [
"injected/activate.js"
],
"run_at": "document_start",
"matches": [
"https://downloadhelper.net/activate*",
"https://app.downloadhelper.net/activate*",
"https://v10.downloadhelper.net/activate*"
]
}
],
"sidebar_action": {
"default_panel": "/content/sidebar.html",
"default_icon": "/bitmaps/logo-128-color.png",
"browser_style": false,
"open_at_install": false,
"default_title": "Video Download Helper"
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "115.0",
"id": "{b9db16a4-6edc-47ec-a1f4-b86292ed211d}"
}
},
"version": "10.5.35.2"
} Best Video Download Helper Alternatives
Here are some Firefox add-ons that are similar to Video Download Helper:
Twitch Video Downloader
richard_c
Video DownloadHelper
MiConvert.com
Video Download Helper
Video Download Helper
Smart Video & Audio Downloader
Smart Downloader
Media Downloader Unleashed!!
🦊 helloyanis
Video Downloader HD
Video Downloader HD
YouTube Downloader
Vidaraa Studio
YouTube Downloader
Vidify
Smart Video & Audio Downloader
Smart Downloader
YouTube Video Downloader
Online Video Downloader
Downloader Professional
Video Downloader Professional
Videos DownloadHelper
Video DownloadHelper