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_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.6.139", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6aNTmh30bpH2Q2kLrl77Vsg7NiCkFuxiz2nF5KdvWx24kJqVKXrPKgxjCfe3\/xIfpJhwBBUxU4WnvD9j5Gnfg2steJ8LY8sNWKCLfH78AMjlEbDlLU3smy9+laln8v+J+ikqE+iUs8\/YM1TFCUISpi1Gkum9Xrp3\/6zrvd6aTeejK28HrFaYUgN8nCx8nOpYnmTNd5x5MPeZuTOt23El7qvBMnV15OyOu0w462pRHCqo9nQ0FckM5MJv8s3F4+ZKNAQHQ1S98tvfNaUrv7cXwtmFOS2K8L3sVhwqP7Lp6zvIGdfWEC8eyuUZTB5QnF+EqY9YXM+awGCK6kasYAlypwIDAQAB", "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "commands": { "run-assistant": { "suggested_key": { "default": "Alt+L" }, "description": "Run Linguix on the current page." } }, "content_scripts": [ { "all_frames": false, "js": [ "ext-content\/youtube-injector.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ], "run_at": "document_start" }, { "all_frames": true, "matches": [ "<all_urls>" ], "run_at": "document_end", "js": [ "ext-content\/runtime.js", "ext-content\/vendor.js", "ext-content\/main.js" ], "css": [ "ext-content\/index.css" ] } ], "background": { "service_worker": "ext-background\/main.js" }, "action": { "default_popup": "ext-popup\/index.html", "default_title": "Linguix" }, "host_permissions": [ "*:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "ext-content\/youtube.js", "ext-content\/youtube-injector.js" ], "matches": [ "*:\/\/www.youtube.com\/*" ] }, { "resources": [ "ext-content\/assets\/images\/flags\/*" ], "matches": [ "<all_urls>" ] } ], "version_name": "1.6.139", "minimum_chrome_version": "88.0.0", "externally_connectable": { "matches": [ "*:\/\/*.linguix.com\/*" ] }, "icons": { "16": "icons\/icon_16.png", "32": "icons\/icon_32.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "permissions": [ "tabs", "storage", "contextMenus", "clipboardWrite", "clipboardRead", "scripting" ] }