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", "manifest_version": 3, "name": "__MSG_name__", "description": "__MSG_description__", "version": "3.0.4", "icons": { "16": "icon\/16.png", "32": "icon\/32.png", "48": "icon\/48.png", "96": "icon\/96.png", "128": "icon\/128.png" }, "default_locale": "en", "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "injectedScript.js" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "content-scripts\/medata.css" ], "matches": [ "*:\/\/*\/*" ] }, { "resources": [ "content-scripts\/notify.css" ], "matches": [ "*:\/\/*\/*" ] } ], "commands": { "play-tts": { "suggested_key": { "default": "Alt+P", "mac": "Alt+P" }, "description": "__MSG_playTtsCommand__" }, "toggle-play-tts": { "suggested_key": { "default": "Alt+O", "mac": "Alt+O" }, "description": "__MSG_togglePlayTtsCommand__" }, "swap-volume-settings": { "suggested_key": { "default": "Alt+S", "mac": "Alt+S" }, "description": "__MSG_swapVolumeSettingsCommand__" } }, "permissions": [ "storage", "contextMenus", "activeTab", "webRequest", "cookies" ], "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "YouTube-Dubbing", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/repository.modelio.org\/*" ], "run_at": "document_end", "css": [ "content-scripts\/content.css" ], "js": [ "content-scripts\/content.js" ] }, { "matches": [ "*:\/\/geo.dailymotion.com\/*", "*:\/\/www.dailymotion.com\/*" ], "all_frames": true, "run_at": "document_idle", "js": [ "content-scripts\/dailymotion.js" ] }, { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "exclude_matches": [ "*:\/\/repository.modelio.org\/*" ], "run_at": "document_idle", "css": [ "content-scripts\/iframe.css" ], "js": [ "content-scripts\/iframe.js", "content-scripts\/textVoice.js" ] }, { "matches": [ "*:\/\/*\/*" ], "exclude_matches": [ "*:\/\/repository.modelio.org\/*" ], "run_at": "document_start", "js": [ "content-scripts\/medata.js", "content-scripts\/notify.js" ] } ] }