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": "Download Reddit Videos | Redsave",
"description": "A reliable reddit video downloader with sound by Redsave.",
"version": "1.0.2",
"icons": {
"128": "logo.png"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"action": [],
"permissions": [
"activeTab"
],
"content_scripts": [
{
"js": [
"assets\/content.js-loader-DpA5sECs.js"
],
"matches": [
"*:\/\/*.reddit.com\/*"
],
"run_at": "document_end"
}
],
"host_permissions": [
"*:\/\/*.reddit.com\/*"
],
"web_accessible_resources": [
{
"matches": [
"*:\/\/*.reddit.com\/*"
],
"resources": [
"logo.png",
"assets\/reddit-tool-Bph6d5Kw.js",
"assets\/content.js-DpcupUmY.js"
],
"use_dynamic_url": false
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
}
}