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": "Skool Video Downloader by SERP",
"version": "2.2.3",
"description": "Download videos from Skool.com classrooms, community posts, about pages, and more. Supports downloading loom, youtube, vimeo, wistia",
"permissions": [
"downloads",
"activeTab",
"storage",
"notifications",
"contextMenus",
"clipboardRead",
"tabs",
"scripting",
"offscreen",
"cookies",
"webNavigation",
"declarativeNetRequestWithHostAccess"
],
"host_permissions": [
"https:\/\/vimeo.com\/*",
"https:\/\/*.vimeo.com\/*",
"https:\/\/*.vimeocdn.com\/*",
"https:\/\/*.cloudfront.net\/*",
"https:\/\/unpkg.com\/*",
"https:\/\/api.gumroad.com\/*",
"https:\/\/player.vimeo.com\/*",
"https:\/\/www.loom.com\/*",
"https:\/\/*.loom.com\/*",
"https:\/\/*.loomcdn.com\/*",
"https:\/\/www.youtube.com\/*",
"https:\/\/*.youtube.com\/*",
"https:\/\/youtu.be\/*",
"https:\/\/*.googlevideo.com\/*",
"https:\/\/*.googleapis.com\/*",
"https:\/\/wistia.com\/*",
"https:\/\/*.wistia.com\/*",
"https:\/\/wistia.net\/*",
"https:\/\/*.wistia.net\/*",
"https:\/\/fast.wistia.net\/*",
"https:\/\/fast.wistia.com\/*",
"https:\/\/www.skool.com\/*",
"https:\/\/*.skool.com\/*",
"https:\/\/stream.video.skool.com\/*",
"https:\/\/*.video.skool.com\/*",
"https:\/\/*.b-cdn.net\/*"
],
"background": {
"service_worker": "background-enhanced.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.skool.com\/*",
"https:\/\/*.skool.com\/*"
],
"js": [
"site-config.js",
"logger.js",
"content-enhanced-modular.js"
],
"run_at": "document_idle"
}
],
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"download-manager\/integration-helper.js",
"download-manager\/download-manager.js",
"download-manager\/download-manager-config.js",
"download-manager\/download-manager-state.js",
"download-manager\/download-manager-ui.js",
"detectors\/video-detector.js",
"detectors\/loom-detector.js",
"detectors\/vimeo-detector.js",
"detectors\/youtube-detector.js",
"detectors\/wistia-detector.js",
"detectors\/skool-detector.js",
"detectors\/skool-detector-working.js"
],
"matches": [
"https:\/\/*.skool.com\/*"
]
},
{
"resources": [
"offscreen-faststream.html",
"offscreen-faststream-legacy.js",
"indexed-db.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self';",
"sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
}
}