Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Video DownloadHelper Team",
"name": "Video DownloadHelper",
"homepage_url": "https:\/\/downloadhelper.net",
"description": "__MSG_appDesc__",
"manifest_version": 3,
"default_locale": "en",
"permissions": [
"tabs",
"offscreen",
"downloads",
"sidePanel",
"webRequest",
"unlimitedStorage",
"webNavigation",
"scripting",
"declarativeNetRequest",
"storage",
"notifications",
"contextMenus"
],
"optional_permissions": [
"browsingData",
"downloads.open"
],
"host_permissions": [
"<all_urls>"
],
"icons": {
"128": "bitmaps\/logo-128-color.png"
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'"
},
"action": {
"default_title": "Video DownloadHelper",
"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",
"service_worker": "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_end",
"all_frames": true
},
{
"world": "MAIN",
"matches": [
"*:\/\/*.vimeo.com\/*"
],
"js": [
"injected\/vimeo_untrusted.js"
],
"run_at": "document_end",
"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\/*"
],
"js": [
"injected\/ok.js"
]
},
{
"world": "ISOLATED",
"matches": [
"*:\/\/vk.com\/*",
"*:\/\/vk.ru\/*",
"*:\/\/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",
"js": [
"injected\/activate.js"
],
"run_at": "document_end",
"matches": [
"https:\/\/v10.downloadhelper.net\/activate*",
"https:\/\/app.v10.downloadhelper.net\/activate*"
]
},
{
"world": "ISOLATED",
"js": [
"injected\/changelog.js"
],
"run_at": "document_end",
"matches": [
"https:\/\/v10.downloadhelper.net\/changelog*",
"https:\/\/app.v10.downloadhelper.net\/changelog*"
]
}
],
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqm\/Cdcx4ikjVJbadUGpwrgJXdkc6Is8smuMiuAQbzgOg0cETVxuAY55UxgCxsh3lu4Os0RFK11bMBhu79Jbwv8tyml6mFGLLncLU2dFPZwnZWnIt5U+KC+uOvjryOacIPLxS\/PeF2sXScNd0QJg\/wTyl5WIizFtbcM3ZmFDFsj39FuUoH\/OhO1Ux1\/4Xn6dbSRb5F6qgkS2CU9ptTPQz0NJNaEmbL7vnWQkl2C8N4SjlDpRf\/lC5r72Ow16hmbNmCGRhbxjPF0Dm+EO2uyF6dBw4n9V8BjBXQ7AdL5J3k4dXJk\/oIOD2GQJsGyHK6TobNPPjy6W7bpPBtSfesIXS+wIDAQAB",
"side_panel": {
"default_title": "Video DownloadHelper",
"default_path": "\/content\/sidebar.html",
"default_icon": {
"128": "bitmaps\/logo-128-color.png"
}
},
"version": "10.0.251.2"
}