Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "1.0.4", "default_locale": "en", "icons": { "16": "img\/icon_16.png", "128": "img\/icon_128.png" }, "action": { "default_icon": { "16": "img\/icon_16.png" }, "default_popup": "popup.html", "default_title": "__MSG_name__" }, "background": { "service_worker": "js\/sw.js" }, "content_security_policy": { "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'; worker-src 'self' 'wasm-unsafe-eval';" }, "permissions": [ "storage", "webRequest", "tabs", "downloads", "offscreen" ], "host_permissions": [ "*:\/\/*.vimeo.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.vimeo.com\/*" ], "js": [ "js\/cs.js" ], "css": [ "css\/content.css" ], "run_at": "document_end", "all_frames": true } ], "web_accessible_resources": [ { "resources": [ "css\/*", "img\/*", "fonts\/*" ], "matches": [ "https:\/\/*.vimeo.com\/*" ] } ] }