Telegram Translator

This extension automatically translate any text that you type by clicking combination Ctrl + Shift.

What is Telegram Translator?

Telegram Translator is a Chrome extension developed by Scrupp, and its main feature is "This extension automatically translate any text that you type by clicking combination Ctrl + Shift.".

Extension Screenshots

screenshot

Download Telegram Translator Extension CRX File

Download Telegram Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Application for automatic text translation in Telegram. Enter a message in your native language and use the Ctrl + Shift key combination to quickly translate the entered text.

You can practice the language you are learning by translating only words you don’t know.                    

Extension Basic Information

Name Telegram Translator Telegram Translator
ID pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol
Official URL https://chromewebstore.google.com/detail/telegram-translator/pkjgpdkpjnbjmnjdkbpdfdhlgbadhhol
Description This extension automatically translate any text that you type by clicking combination Ctrl + Shift.
File Size 72.02 KB
Installation Count 1,549
Current Version 1.0
Last Updated 2021-12-23
Publish Date 2021-12-23
Rating 4.00/5 Total 3 Ratings
Developer Scrupp
Email [email protected]
Payment Type free
Privacy Policy Page URL https://scrupp.com/policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Telegram Translator",
    "description": "This extension automatically translate any text that you type by clicking combination Ctrl + Shift.",
    "version": "1.0",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_popup": "templates\/menu.html"
    },
    "permissions": [
        "storage",
        "https:\/\/web.telegram.org\/*"
    ],
    "web_accessible_resources": [
        "templates\/pop-up.html"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/libs\/jquery-3.2.1.min.js",
                "js\/main.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "matches": [
                "*:\/\/web.telegram.org\/*"
            ],
            "run_at": "document_end"
        }
    ]
}