WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Free Vimeo Media Downloader - HD、2k、4k、audio、subtitle

Free Vimeo Media Downloader - HD、2k、4k、audio、subtitle

View on Chrome Web Store
View Free Vimeo Media Downloader - HD、2k、4k、audio、subtitle Chrome Extension on Chrome Web Store
Add to bookmarks
4.4 (14 ratings)
1 new ratings
55 views
This extension has been viewed 55 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.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Nov 25, 2025.

Download Vimeo videos in HD, 2K, 4K quality - Downloader with audio & subtitle support. Save Vimeo content offline easily!
Type
Extension
Users
1,000 users
79
supp************************
View author page of supp************************
Featured Extension

Hand-picked for quality and usefulness

Published
Published on October 27, 2025
Version 1.0.2
Manifest version
3
Updated
Updated on October 27, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View Free Vimeo Media Downloader - HD、2k、4k、audio、subtitle 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\/bdodpghheffmapnioelbnangfpiolgbo",
    "description": "__MSG_extDes__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/content-script-vimeo.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "js": [
                "js\/content-inject.js"
            ],
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/insert-vimeo.css"
            ],
            "all_frames": true
        }
    ],
    "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": "1.0.2",
    "permissions": [
        "activeTab",
        "storage",
        "downloads"
    ],
    "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"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "icons\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        },
        {
            "matches": [
                "*:\/\/*.vimeo.com\/*"
            ],
            "resources": [
                "js\/ajax-listener.js"
            ]
        }
    ]
}
© 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