iTour chat translation

Its purpose is to help people communicate more easily with friends who speak different languages.

iTour chat translation क्या है?

iTour chat translation iTourTranslator द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Its purpose is to help people communicate more easily with friends who speak different languages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में iTour chat translation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The functions of the plug-in include: 1. It can translate web content in real time, and both the original text and the translated text will be displayed on the web page. 2. It can translate the entered text. 3. It can translate the sound inside the webpage. 4. It can be used to translate messages (including text messages, voice messages, and video messages) on various social software, office software, and conference software, and it can also translate voice calls or video calls on social software in real time.                    

एक्सटेंशन की मूल जानकारी

नाम iTour chat translation iTour chat translation
ID kiaeafdamnhlnpljacdedjgiiplfbnhe
आधिकारिक URL https://chromewebstore.google.com/detail/itour-chat-translation/kiaeafdamnhlnpljacdedjgiiplfbnhe
विवरण Its purpose is to help people communicate more easily with friends who speak different languages.
फ़ाइल का आकार 1.28 MB
स्थापना संख्या 7,000
वर्तमान संस्करण 0.0.5
अंतिम अपडेट 2023-03-23
प्रकाशन तिथि 2022-04-18
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर iTourTranslator
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.itourtranslator.com/
सहायता पृष्ठ URL https://www.itourtranslator.com/ads_all.html
गोपनीयता नीति पृष्ठ URL https://www.itourtranslator.com/privacy-policy.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "iTour chat translation",
    "description": "Its purpose is to help people communicate more easily with friends who speak different languages.",
    "version": "0.0.5",
    "options_page": "options.html",
    "homepage_url": "https:\/\/www.itourtranslator.com\/",
    "icons": {
        "16": "app_icon.png",
        "128": "app_icon.png"
    },
    "action": {
        "default_icon": "app_icon.png"
    },
    "permissions": [
        "storage",
        "commands",
        "downloads",
        "contextMenus",
        "unlimitedStorage",
        "cookies",
        "desktopCapture"
    ],
    "host_permissions": [
        "",
        "https:\/\/wwww.itourtranslator.com:8806\/#\/login",
        "https:\/\/freeswitch2.shenzhen.production.itourtranslator.com:8588\/",
        "*:\/\/*\/*"
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js",
                "itour-translate.js"
            ],
            "all_frames": false,
            "run_at": "document_end"
        }
    ],
    "commands": {
        "start": {
            "suggested_key": {
                "default": "Ctrl+Shift+S",
                "mac": "Command+Shift+U"
            },
            "description": "Start Translation"
        },
        "stop": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "MacCtrl+Shift+X"
            },
            "description": "Stop Translation"
        }
    }
}