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

Video Downloader PLUS

View on Chrome Web Store
View Video Downloader PLUS Chrome Extension on Chrome Web Store
Add to bookmarks
3.1 (1,474 ratings)
1 new ratings
13 views
This extension has been viewed 13 times

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

Best Video Downloader Extension. Downloads most popular media types from any website.
Type
Extension
Users
1,000,000 users
FDOWN
View author page of FDOWN
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 19, 2020
Version 6.5.5
Manifest version
3
Updated
Updated on July 27, 2024
lifestyle/social
Extension Category
View on Chrome Web Store
View Video Downloader PLUS 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
{
    "background": {
        "service_worker": "main.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extension_title__"
    },
    "icons": {
        "16": "assets\/images\/fdown_icon_16.png",
        "24": "assets\/images\/fdown_icon_24.png",
        "32": "assets\/images\/fdown_icon_32.png",
        "48": "assets\/images\/fdown_icon_48.png",
        "64": "assets\/images\/fdown_icon_64.png",
        "128": "assets\/images\/fdown_icon_128.png"
    },
    "content_scripts": [
        {
            "css": [
                "assets\/css\/content.css"
            ],
            "js": [
                "assets\/extra\/jquery.js",
                "scripts\/content.build.min.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_extension_description__",
    "manifest_version": 3,
    "name": "Video Downloader PLUS",
    "permissions": [
        "tabs",
        "scripting",
        "webRequest",
        "unlimitedStorage",
        "management",
        "downloads",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "<all_urls>"
    ],
    "short_name": "Video Downloader PLUS",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "6.5.5",
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}
© 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