WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Super Great Video Downloader

Super Great Video Downloader

View on Chrome Web Store
View Super Great Video Downloader Chrome Extension on Chrome Web Store
Add to bookmarks
3.9 (25 ratings)
1 new ratings
0 views
This extension has been viewed 0 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 various websites. Note that downloading from YouTube and certain other websites is not permitted
Type
Extension
Users
3,000 users
1K
olgagotie
View author page of olgagotie
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 16, 2023
Version 2.0.9
Manifest version
3
Updated
Updated on July 16, 2023
productivity/workflow
Extension Category
View on Chrome Web Store
View Super Great 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",
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Super Great Video Downloader"
    },
    "background": {
        "service_worker": "background.js",
        "script": "backgroundOld.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                ".\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "name": "Super Great Video Downloader",
    "permissions": [
        "webRequest",
        "downloads",
        "tabs",
        "storage"
    ],
    "version": "2.0.9"
}
© 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