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.2", "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-usrhHVpV.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "externally_connectable": { "ids": [ "kdpelmjpfafjppnhbloffcjpeomlnpah", "mjdgandcagmikhlbjnilkmfnjeamfikk" ] }, "web_accessible_resources": [ { "matches": [ "*:\/\/*\/*" ], "resources": [ "locales\/*", "public\/**\/*", "_locales\/**\/*", "assets\/ToPricePage-LyeTW3c3.js", "assets\/academia-TqhSIoU6.js", "assets\/translations-BqRfY66g.js", "assets\/index.ts-DpUVYAll.js" ], "use_dynamic_url": false } ], "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "contextMenus", "storage", "unlimitedStorage", "clipboardWrite", "tabs", "scripting", "activeTab", "cookies", "gcm" ] }