Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extName__",
"homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/emdhocnljhpkmfphngmonilacmajdkih",
"description": "__MSG_extDes__",
"default_locale": "en",
"permissions": [
"activeTab",
"tabs",
"storage",
"downloads",
"scripting",
"cookies"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "js\/background.js"
},
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_extName__",
"default_icon": {
"128": "icons\/logo.png"
}
},
"options_page": "options.html",
"merge": "merge.html",
"web_accessible_resources": [
{
"resources": [
"icons\/logo.png",
"js\/ajax-listener-other.js",
"js\/telegram-inject.js",
"icons\/loading.gif"
],
"matches": [
"<all_urls>"
]
},
{
"matches": [
"*:\/\/*.vimeo.com\/*",
"*:\/\/*.bilibili.com\/*",
"*:\/\/*.instagram.com\/*"
],
"resources": [
"js\/ajax-listener.js"
]
},
{
"resources": [
"js\/lib\/*"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"css": [
"css\/custom-telegram.css",
"css\/modern-download-buttons.css"
],
"js": [
"js\/content-script-telegram.js"
],
"matches": [
"https:\/\/web.telegram.org\/*"
],
"run_at": "document_end",
"all_frames": true
},
{
"matches": [
"<all_urls>"
],
"js": [
"js\/content-script-vimeo.js"
],
"css": [
"css\/insert-vimeo.css",
"css\/modern-download-buttons.css"
],
"all_frames": true,
"run_at": "document_end"
},
{
"js": [
"js\/content-inject.js"
],
"matches": [
"*:\/\/*.vimeo.com\/*",
"*:\/\/*.bilibili.com\/*",
"*:\/\/*.instagram.com\/*"
],
"run_at": "document_start",
"all_frames": true
},
{
"css": [
"css\/content-script-other.css",
"css\/modern-download-buttons.css"
],
"js": [
"js\/content-script-other.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
},
{
"js": [
"js\/content-inject-other.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"icons": {
"128": "icons\/logo.png"
},
"externally_connectable": {
"matches": [
"*:\/\/*.dmsave.top\/*",
"*:\/\/dmsave.top\/*"
]
},
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'wasm-unsafe-eval'; child-src 'self';"
},
"version": "1.1.2"
}