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",
"manifest_version": 3,
"name": "__MSG_extName__",
"short_name": "ChronoDM",
"version": "0.13.9",
"description": "__MSG_extDesc__",
"icons": {
"16": "icons\/logo\/16.png",
"19": "icons\/logo\/19.png",
"24": "icons\/logo\/24.png",
"32": "icons\/logo\/32.png",
"38": "icons\/logo\/38.png",
"48": "icons\/logo\/48.png",
"128": "icons\/logo\/128.png"
},
"default_locale": "en",
"minimum_chrome_version": "109",
"offline_enabled": true,
"homepage_url": "https:\/\/chromewebstore.google.com\/detail\/mciiogijehkdemklbdcbfkefimifhecn",
"externally_connectable": {
"ids": [
"nimngehdfcodchaoncbkijfocmfnpebg",
"oflpkffadgbfbnjdckenekjbflgofalp"
]
},
"permissions": [
"alarms",
"clipboardRead",
"clipboardWrite",
"contextMenus",
"downloads",
"downloads.open",
"downloads.ui",
"notifications",
"offscreen",
"scripting",
"storage",
"tabs",
"webRequest",
"unlimitedStorage"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "bg\/bg.min.js"
},
"action": {
"default_title": "__MSG_extName__",
"default_icon": {
"16": "icons\/logo\/16.png",
"19": "icons\/logo\/19.png",
"24": "icons\/logo\/24.png",
"32": "icons\/logo\/32.png",
"38": "icons\/logo\/38.png",
"48": "icons\/logo\/48.png",
"128": "icons\/logo\/128.png"
},
"default_popup": "pop\/pop.html"
},
"options_ui": {
"page": "ui\/options.html",
"open_in_tab": true
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*"
],
"js": [
"cs\/main.js"
]
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"ftp:\/\/*\/*"
],
"js": [
"cs\/sniffer.js"
],
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"icons\/newd.png",
"icons\/newd_pause.png",
"com\/taskdlg.html"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; frame-src data: file: http:\/\/www.chronodownloader.net https:\/\/www.chronodownloader.net https:\/\/app.chronodownloader.net http:\/\/www.facebook.com https:\/\/www.facebook.com http:\/\/platform.twitter.com https:\/\/platform.twitter.com"
}
}