WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Skool Video Downloader

Skool Video Downloader

View on Chrome Web Store
View Skool Video Downloader Chrome Extension on Chrome Web Store
Add to bookmarks
3.7 (9 ratings)
1 new ratings
1 views
This extension has been viewed 1 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Download videos from Skool.com classrooms, community posts, about pages, and more. Supports downloading loom, youtube, vimeo, wistia
Type
Extension
Users
790 users
33
Website serp.co
SERP
View author page of SERP
Published
Published on June 19, 2025
Version 2.2.1
Manifest version
3
Updated
Updated on September 1, 2025
productivity/tools
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Skool Video Downloader Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Skool Video Downloader",
    "version": "2.2.1",
    "description": "Download videos from Skool.com classrooms, community posts, about pages, and more. Supports downloading loom, youtube, vimeo, wistia",
    "permissions": [
        "downloads",
        "activeTab",
        "storage",
        "notifications",
        "clipboardRead",
        "tabs",
        "scripting",
        "offscreen",
        "cookies"
    ],
    "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:\/\/*.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\/*"
    ],
    "background": {
        "service_worker": "background-enhanced.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/vimeo.com\/*",
                "https:\/\/*.vimeo.com\/*"
            ],
            "js": [
                "content-enhanced.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content-enhanced.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": [
                "inject.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "offscreen-faststream.html",
                "offscreen-faststream-legacy.js",
                "indexed-db.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "resources": [
                "modules\/**\/*",
                "utils\/**\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "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';"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top