XTranslateAI - Translate All

XTranslateAI - Translate All

Best translator powered by GPT AI, Google Translate and Microsoft Translator. It can translate to 100+ languages for any tones!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "XTranslateAI - Translate All",
  "description": "__MSG_description__",
  "version": "1.7",
  "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>"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}