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_ext_name__",
"short_name": "__MSG_ext_short_name__",
"description": "__MSG_ext_description__",
"default_locale": "en",
"version": "0.0.11",
"action": {
"default_icon": "img\/empty.png",
"default_popup": "popup\/popup.html",
"default_title": "video downloader"
},
"icons": {
"64": "img\/video-64.png"
},
"permissions": [
"webRequest",
"downloads",
"storage",
"declarativeNetRequest",
"offscreen",
"webNavigation",
"cookies"
],
"host_permissions": [
"<all_urls>"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"injectScript.js"
],
"run_at": "document_start",
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true
}
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"web_accessible_resources": [
{
"resources": [
"offscreen.html",
"offscreen.js",
"vendor\/*",
"ffmpeg-core.js",
"ffmpeg-core.wasm",
"ffmpeg-core.worker.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; worker-src 'self'; object-src 'self'; base-uri 'self'"
}
}