Image Translator

Image Translator

Quickly translate image into over 30 languages through AI. It can also translate Comics or Manhua, translate Manga.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "default_locale": "en",
  "version": "6.5.2",
  "permissions": [
    "sidePanel",
    "identity",
    "identity.email",
    "storage",
    "contextMenus",
    "scripting",
    "activeTab",
    "notifications"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content.js-loader-DNxOclui.js",
        "assets/img_control.js-loader-IBZNvoMN.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "match_about_blank": true,
      "all_frames": true
    }
  ],
  "action": {
    "default_title": "Click to open panel",
    "default_icon": {
      "16": "src/public/images/16px.png",
      "48": "src/public/images/48px.png",
      "128": "src/public/images/128px.png"
    }
  },
  "icons": {
    "16": "src/public/images/16px.png",
    "48": "src/public/images/48px.png",
    "128": "src/public/images/128px.png"
  },
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/content.js-CnP8T_Px.js",
        "assets/img_control.js-BCQUzrvx.js"
      ],
      "use_dynamic_url": true
    }
  ]
}