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_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "1.2.5", "icons": { "16": "public\/logo\/icon-16.png", "32": "public\/logo\/icon-32.png", "48": "public\/logo\/icon-48.png", "128": "public\/logo\/icon-128.png" }, "action": { "default_popup": "src\/popup\/index.html" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/index.ts-loader-BOTdxCKd.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end", "all_frames": true } ], "externally_connectable": { "ids": [ "kdpelmjpfafjppnhbloffcjpeomlnpah", "mjdgandcagmikhlbjnilkmfnjeamfikk" ] }, "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "locales\/*", "public\/**\/*", "_locales\/**\/*", "assets\/TargetLanguageSelect.vue_vue_type_script_setup_true_lang-DUb5UN4_.js", "assets\/academia-BqXDtkRN.js", "assets\/translations-BMV_qSgq.js", "assets\/index.ts-ZgvTKhgJ.js" ], "use_dynamic_url": false } ], "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "contextMenus", "storage", "unlimitedStorage", "clipboardWrite", "tabs", "scripting", "activeTab", "cookies", "gcm", "nativeMessaging" ] }