Telegram ™ Translator - Automatically translate received and sent messages

Telegram ™ Translator - Automatically translate received and sent messages

An automatic translation tool for Telegram messages in more than 100 languages (unofficial)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.6c567d50.png",
    "32": "icon32.plasmo.76b92899.png",
    "48": "icon48.plasmo.aced7582.png",
    "64": "icon64.plasmo.8bb5e6e0.png",
    "128": "icon128.plasmo.3c1ed2d2.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.6c567d50.png",
      "32": "icon32.plasmo.76b92899.png",
      "48": "icon48.plasmo.aced7582.png",
      "64": "icon64.plasmo.8bb5e6e0.png",
      "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "default_popup": "popup.html"
  },
  "version": "2.2.4",
  "author": "[email protected]",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "permissions": [
    "storage",
    "identity",
    "identity.email"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.telegram.org/*"
      ],
      "js": [
        "Index.c8162d56.js"
      ],
      "css": []
    }
  ],
  "oauth2": {
    "client_id": "39486643516-i56cuil8jsbo8baje9du9bks85n2ibh0.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjcSkekcmi6EjuNzHgkOkVhnTAMxkUXqAZ7NfSW9x9PJIl9oNsvCLrhmLyZOBoY6Pk2OYAcdvnpUeHo4AWUC8xtDUefoWLUMJHR6+4q+PHsdxJvim5hpg8QEZgw982mbA+9/hYFluEBIWqkfV85S9uoM6q6ny1fdmNYvIS2HfcgLTn1fjo5b4fWyF/0QeiPRQwm9hB976jjFnIKQnIE476P7lQiFIh8whYim4fONwIR3CgifGAjxsX/D1GhtvrueWadhXubgYYl+0gy0xSN+FZtsHpVPHOhBWWlNB153ueOdW72Ip0IrPCyDRG+3O+HZvgrqiM1yQcjgEYs236E9dEQIDAQAB",
  "default_locale": "en",
  "host_permissions": [
    "*://*.ultra-coding.com/*",
    "*://translate.google.com/*"
  ]
}