WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Vimeo Record - Screen & Webcam Recorder

Vimeo Record - Screen & Webcam Recorder

View on Chrome Web Store
View Vimeo Record - Screen & Webcam Recorder Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (1,719 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.

Record and share free video messages from your browser
Type
Extension
Users
700,000 users
100K
Vimeo
View author page of Vimeo
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 13, 2020
Version 2.0.6
Manifest version
3
Updated
Updated on October 15, 2024
productivity/workflow
Extension Category
View on Chrome Web Store
View Vimeo Record - Screen & Webcam Recorder 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",
    "version": "2.0.6",
    "manifest_version": 3,
    "minimum_chrome_version": "110",
    "default_locale": "en",
    "short_name": "__MSG_manifest_shortName__",
    "name": "__MSG_manifest_name__",
    "description": "__MSG_manifest_description__",
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        }
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+V"
            }
        }
    },
    "permissions": [
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*.vimeo.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "settings.html",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 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