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": "Whop Video Downloader",
"description": "Download Whop videos directly to your computer",
"version": "1.0.2",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"downloads",
"activeTab",
"storage",
"tabs",
"scripting",
"offscreen"
],
"host_permissions": [
"https:\/\/whop.com\/*",
"https:\/\/*.whop.com\/*",
"https:\/\/assets.whop.com\/*",
"https:\/\/api.gumroad.com\/*",
"https:\/\/stream.mux.com\/*",
"https:\/\/image.mux.com\/*",
"https:\/\/*.mux.com\/*"
],
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_title": "Whopp Downloader",
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"offscreen.html",
"offscreen.js",
"indexed-db.js"
],
"matches": [
"https:\/\/whop.com\/*",
"https:\/\/*.whop.com\/*"
]
},
{
"resources": [
"modules\/**\/*",
"download-manager\/**\/*"
],
"matches": [
"https:\/\/whop.com\/*",
"https:\/\/*.whop.com\/*"
]
},
{
"resources": [
"download-manager\/integration-helper.js",
"download-manager\/download-manager.js",
"download-manager\/download-manager-ui.js",
"download-manager\/download-manager-state.js",
"download-manager\/download-manager-config.js"
],
"matches": [
"https:\/\/whop.com\/*",
"https:\/\/*.whop.com\/*"
],
"use_dynamic_url": true
}
],
"content_security_policy": {
"extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval' 'wasm-unsafe-eval'; child-src 'self';"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/*.whop.com\/*",
"https:\/\/whop.com\/*"
],
"all_frames": true,
"run_at": "document_idle",
"js": [
"content-scripts\/enhanced.js"
]
},
{
"matches": [
"https:\/\/*.whop.com\/*",
"https:\/\/whop.com\/*"
],
"all_frames": false,
"run_at": "document_idle",
"js": [
"content-scripts\/inline-manager.js"
]
}
]
}