WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Vimeo Downloader Queue System - Download HD Videos with Audio in One Click

Vimeo Downloader Queue System - Download HD Videos with Audio in One Click

View on Chrome Web Store
View Vimeo Downloader Queue System - Download HD Videos with Audio in One Click Chrome Extension on Chrome Web Store
Add to bookmarks
4.8 (23 ratings)
1 new ratings
7 views
This extension has been viewed 7 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.

The most powerful and user-friendly Vimeo video downloader extension. Download any Vimeo video in full HD quality with audio.
Type
Extension
Users
1,000 users
132
hirokosalvador442
View author page of hirokosalvador442
Featured Extension

Hand-picked for quality and usefulness

Published
Published on December 3, 2025
Version 2.6.3
Manifest version
3
Updated
Updated on December 31, 2025
lifestyle/entertainment
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Vimeo Downloader Queue System - Download HD Videos with Audio in One Click 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": "__MSG_extName__",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/llangkpnndilncfkpgcpolnmgjgnompo",
    "description": "__MSG_extDes__",
    "default_locale": "en",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "offscreen",
        "storage",
        "downloads",
        "tabs",
        "webNavigation",
        "notifications"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__",
        "default_icon": {
            "128": "icons\/logo.png"
        }
    },
    "content_scripts": [
        {
            "js": [
                "js\/inject.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "world": "MAIN",
            "all_frames": true
        },
        {
            "js": [
                "js\/content-script-vimeo-popup-integration.js"
            ],
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_start",
            "all_frames": true
        },
        {
            "js": [
                "js\/content-script-auto-login.js"
            ],
            "matches": [
                "https:\/\/api.vimeomediadownloader.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons\/logo.png"
    },
    "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';"
    },
    "version": "2.6.3"
}
© 2026 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