Video Dоwnlоader Plus will help to find and quickly download any video from any web page all over the Internet. Fast, easy, free!
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"author": "Video Downloader Plus",
"background": {
"page": "background.html",
"persistent": true
},
"browser_action": {
"default_icon": {
"32": "img/32.png"
},
"default_title": "__MSG_title__",
"default_popup": "/popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"/js/lib/jquery-3.2.1.min.js",
"/js/lib/tools.js",
"/js/providers/abstract-provider.js",
"/js/providers/dm.js",
"/js/providers/fb.js",
"/js/providers/tw.js",
"/js/providers/vk.js",
"/js/providers/vm.js",
"/js/providers/xx.js",
"/js/app.js",
"/js/content.js"
],
"css": [
"/css/btns.css",
"/css/app.css",
"/css/sidebar.css"
]
},
{
"js": [
"/js/analytics.js"
],
"matches": [
"<all_urls>"
],
"all_frames": true,
"run_at": "document_end"
}
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"default_locale": "en",
"description": "__MSG_desc__",
"icons": {
"32": "img/32.png",
"64": "img/64.png",
"128": "img/128.png"
},
"manifest_version": 2,
"name": "__MSG_name__",
"permissions": [
"tabs",
"storage",
"cookies",
"notifications",
"downloads",
"contextMenus",
"webRequest",
"webRequestBlocking",
"<all_urls>"
],
"short_name": "__MSG_name__",
"version": "1.1.0",
"web_accessible_resources": [
"/img/*"
],
"-ms-preload": {
"backgroundScript": "backgroundScriptsAPIBridge.js",
"contentScript": "contentScriptsAPIBridge.js"
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}