Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "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>" ] } ] }