An automatic Telegram message translation tool that supports over 100 languages (unofficial)
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"icons": {
"16": "icon16.plasmo.2be17b30.png",
"32": "icon32.plasmo.ace14a4f.png",
"48": "icon48.plasmo.c2bbab81.png",
"64": "icon64.plasmo.7ebeb224.png",
"128": "icon128.plasmo.24d082cc.png"
},
"manifest_version": 3,
"action": {
"default_icon": {
"16": "icon16.plasmo.2be17b30.png",
"32": "icon32.plasmo.ace14a4f.png",
"48": "icon48.plasmo.c2bbab81.png",
"64": "icon64.plasmo.7ebeb224.png",
"128": "icon128.plasmo.24d082cc.png"
},
"default_popup": "popup.html"
},
"version": "2.2.4",
"author": "help@ultra-coding.com",
"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.c3f3d2f6.js"
],
"css": []
}
],
"oauth2": {
"client_id": "39486643516-i56cuil8jsbo8baje9du9bks85n2ibh0.apps.googleusercontent.com",
"scopes": [
"https://www.googleapis.com/auth/userinfo.email"
]
},
"default_locale": "en",
"host_permissions": [
"*://*.ultra-coding.com/*",
"*://translate.google.com/*"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}