Powerful video downloader. Pro download manager: save video, download music and images, managing downloads, etc.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"version": "4.2.2.2",
"icons": {
"16": "icons/dm_128.png",
"32": "icons/dm_128.png",
"48": "icons/dm_128.png",
"64": "icons/dm_128.png",
"128": "icons/dm_128.png"
},
"permissions": [
"tabs",
"downloads",
"downloads.open",
"downloads.shelf",
"notifications",
"unlimitedStorage",
"storage",
"contextMenus",
"webNavigation",
"webRequest",
"declarativeNetRequest",
"offscreen"
],
"action": {
"default_icon": {
"16": "icons/dm_128_mono.png"
},
"default_title": "__MSG_extTitle__",
"default_popup": "popup/popup.html"
},
"background": {
"service_worker": "service-worker.js"
},
"content_scripts": [
{
"js": [
"vendors/vendors.js",
"content/content.js"
],
"css": [
"content/content.css"
],
"run_at": "document_end",
"matches": [
"<all_urls>"
]
}
],
"host_permissions": [
"<all_urls>"
],
"options_ui": {
"page": "options/options.html"
},
"short_name": "__MSG_extShortName__",
"default_locale": "en",
"manifest_version": 3,
"web_accessible_resources": [
{
"resources": [
"icons/*.png",
"img/*"
],
"matches": [
"<all_urls>"
]
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "1",
"enabled": true,
"path": "net-requests-rules.json"
}
]
},
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}