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": "X-Design Video Downloader",
"version": "1.1.2",
"description": "Download enhanced videos from x-design.com - Extract enhanced video URLs and download with proper filenames to Upscale folder",
"permissions": [
"activeTab",
"downloads",
"notifications",
"sidePanel"
],
"host_permissions": [
"https:\/\/www.x-design.com\/*",
"https:\/\/oss.vl.starii.com\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.x-design.com\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"action": {
"default_title": "X-Design Video Upscaler",
"default_icon": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"side_panel": {
"default_path": "sidebar.html"
},
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"icons\/*"
],
"matches": [
"https:\/\/www.x-design.com\/*"
]
}
]
}