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": "XTranslateAI - Translate All",
"description": "__MSG_description__",
"version": "1.7",
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkTTlstpV3unpLecfBh02mHXwEkw2PGPZdo3m4rHdgqZCahQM2rSXQworUk9\/pKHBdcgYDCtIiRxr15Ag2xyBvTiPq5K9tyG9jACHNMYH2PKPxIRLdW0WYnu9LdOLVlHcx7lStVi1Kc8xE97SUJHmXUzSOFugbJa2zJbryIKP+PRxPUmN0az1Hk7Br7r4oRMRPMvTmFRAJmBbAeXIyFrVB9jjoJ0xuuTeQT77dTD7fCYnEUQlQUWQpXRCbQfsCK56r9coOMpBdpvqIzVJX6sNMLI4Akzvh1NjX3cs1jGFUtVgDKPhQMhFnKGLoGHE\/UUn1xVCDD7qn4LggsOGcdWXQQIDAQAB",
"background": {
"service_worker": "dist\/background.bundle.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"css": [
"scripts\/content.css"
],
"js": [
"dist\/content.bundle.js"
],
"all_frames": true
}
],
"action": {
"default_title": "Open XTranslateAI",
"default_popup": "popup\/popup.html",
"default_icon": "images\/translatorWithGPT128.png"
},
"options_page": "options\/options.html",
"permissions": [
"contextMenus",
"storage"
],
"default_locale": "en",
"icons": {
"16": "images\/translatorWithGPT16.png",
"32": "images\/translatorWithGPT32.png",
"48": "images\/translatorWithGPT48.png",
"128": "images\/translatorWithGPT128.png"
},
"web_accessible_resources": [
{
"resources": [
"images\/translatorWithGPT128.png",
"scripts\/content.css",
"utils\/semantic.min.css",
"utils\/waterlight.css",
"utils\/amplify_ui.css",
"utils\/select-arrow.svg",
"utils\/copy.png",
"utils\/settings.png",
"utils\/images\/*",
"options\/options.html"
],
"matches": [
"<all_urls>"
]
}
]
}