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 Sep 05, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extName__", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/penndbmahnpapepljikkjmakcobdahne", "description": "__MSG_extDes__", "default_locale": "en", "merge": "merge.html", "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/content-script-vimeo.js" ], "css": [ "css\/insert-vimeo.css" ], "all_frames": true, "run_at": "document_end" }, { "js": [ "js\/content-inject.js" ], "matches": [ "*:\/\/*.vimeo.com\/*" ], "run_at": "document_start", "all_frames": true }, { "js": [ "js\/content-script-volume.js" ], "matches": [ "*:\/\/*.vimeo.com\/*" ], "all_frames": true, "run_at": "document_end" }, { "js": [ "js\/content-script-turn.js" ], "matches": [ "*:\/\/*.vimeo.com\/*" ], "all_frames": true, "run_at": "document_end" }, { "js": [ "js\/content-script-picture.js" ], "matches": [ "*:\/\/*.vimeo.com\/*" ], "all_frames": true, "run_at": "document_end" } ], "options_ui": { "page": "option.html", "open_in_tab": true }, "icons": { "128": "icons\/logo.png" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rule.json" } ] }, "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.1.9", "permissions": [ "tabs", "storage", "downloads", "*:\/\/*.aliyuncs.com\/*", "declarativeNetRequest", "alarms" ], "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\/*", "css\/price.css", "pay.html" ], "matches": [ "<all_urls>" ] }, { "matches": [ "*:\/\/*.vimeo.com\/*" ], "resources": [ "js\/ajax-listener.js" ] } ] }