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",
"name": "HD Downloader for Reddit - Video With Sound & Image",
"description": "Download Video and Images from Reddit, Quick Download High Definition Video with Sound - No Need To Leave The Current Page",
"version": "1.0.0",
"manifest_version": 3,
"background": {
"service_worker": "sw.js"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.reddit.com\/*"
],
"css": [
"\/styles\/cs.css"
],
"all_frames": true,
"match_about_blank": true,
"run_at": "document_start"
},
{
"matches": [
"*:\/\/*.reddit.com\/*"
],
"js": [
"cs.js"
],
"run_at": "document_end"
},
{
"js": [
"ij.js"
],
"matches": [
"*:\/\/*.reddit.com\/*"
],
"run_at": "document_end",
"world": "MAIN"
}
],
"host_permissions": [
"https:\/\/pandahi.cc\/*",
"*:\/\/*.reddit.com\/*",
"*:\/\/*.redd.it\/*"
],
"permissions": [
"offscreen",
"storage",
"tabs"
],
"action": {
"default_title": "HD Downloader for Reddit - Video With Sound & Image",
"default_popup": "popup.html",
"default_icon": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"128": "\/icons\/128.png"
}
},
"icons": {
"16": "\/icons\/16.png",
"32": "\/icons\/32.png",
"128": "\/icons\/128.png"
},
"web_accessible_resources": [
{
"resources": [
"vendor\/*"
],
"matches": [
"<all_urls>"
]
},
{
"matches": [
"https:\/\/*.reddit.com\/*"
],
"resources": [
"icons\/tips.png"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
}
}