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", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.20.2", "manifest_version": 3, "default_locale": "en", "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html", "default_title": "__MSG_extensionName__", "default_icon": "icon16.png" }, "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "matches": [ "https:\/\/translateflashcards.com\/*", "https:\/\/translate.google.at\/*", "https:\/\/translate.google.ca\/*", "https:\/\/translate.google.co.uk\/*", "https:\/\/translate.google.com\/*", "https:\/\/translate.google.com.au\/*", "https:\/\/translate.google.com.br\/*", "https:\/\/translate.google.com.mx\/*", "https:\/\/translate.google.de\/*", "https:\/\/translate.google.es\/*", "https:\/\/translate.google.fr\/*", "https:\/\/translate.google.hu\/*", "https:\/\/translate.google.pl\/*", "https:\/\/translate.google.se\/*", "https:\/\/translate.google.sk\/*" ], "js": [ "contentScript.js" ] } ], "web_accessible_resources": [ { "resources": [ "google-translate-icon128.png", "icon16.png", "icon32.png", "icon48.png", "icon128.png", "screenshot-star-button.png", "screenshot-saved-button.png" ], "matches": [ "https:\/\/translate.google.at\/*", "https:\/\/translate.google.ca\/*", "https:\/\/translate.google.co.uk\/*", "https:\/\/translate.google.com\/*", "https:\/\/translate.google.com.au\/*", "https:\/\/translate.google.com.br\/*", "https:\/\/translate.google.com.mx\/*", "https:\/\/translate.google.de\/*", "https:\/\/translate.google.es\/*", "https:\/\/translate.google.fr\/*", "https:\/\/translate.google.hu\/*", "https:\/\/translate.google.pl\/*", "https:\/\/translate.google.se\/*", "https:\/\/translate.google.sk\/*" ] } ] }