Translator for Instagram™ Web

Supporting dual translation engines, capable of automatic translation and shortcut key translation (unofficial).

Was ist Translator for Instagram™ Web?

Translator for Instagram™ Web ist eine Chrome-Erweiterung, die von https://www.shopibar.vip entwickelt wurde, und ihr Hauptmerkmal ist "Supporting dual translation engines, capable of automatic translation and shortcut key translation (unofficial).".

Erweiterungsscreenshots

screenshot
screenshot

Translator for Instagram™ Web-Erweiterungs-CRX-Datei herunterladen

Laden Sie Translator for Instagram™ Web-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Function Description: This is an Instagram web message translation plugin.

Usage scenario: When communicating with friends abroad using Instagram, we often encounter language barriers. By using our plugin, we only need to set my language and the language of the contact person, and the chat content can be automatically translated. The content entered in the input box can also be translated into the target language using shortcut keys.

Disclaimer: Instagram is a trademark registered by Instagram Inc. in the United States and other countries. Instagram ™ Real time translation is an independent project and has no relationship with the official Instagram or Instagram Inc. The translation engine used in the plugin also has no association, authorization, recognition or official contact with Google.                    

Grundlegende Informationen zur Erweiterung

Name Translator for Instagram™ Web Translator for Instagram™ Web
ID loeeahehbfpddppblbilpdajmanalfcd
Offizielle URL https://chromewebstore.google.com/detail/translator-for-instagram/loeeahehbfpddppblbilpdajmanalfcd
Beschreibung Supporting dual translation engines, capable of automatic translation and shortcut key translation (unofficial).
Dateigröße 2.57 MB
Installationsanzahl 180
Aktuelle Version 1.4.3
Letztes Update 2024-02-18
Veröffentlichungsdatum 2023-10-25
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.shopibar.vip
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://www.shopibar.vip/plugins
URL der Datenschutzrichtlinien-Seite https://docs.google.com/document/d/e/2PACX-1vQjRCGMEa5t9W6LcHHZoFXKeuSidf-IHIg6cPfc3XOX7GWj0RcVOh1l1jtvGWbUyxByYnvLNPI_luW2/pub
Unterstützte Sprachen de,en,fr,es,pt-BR,ru,ar,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.4.3",
    "icons": {
        "16": "assets\/logo.png",
        "48": "assets\/logo.png",
        "128": "assets\/logo.png"
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/www.shopibar.com\/plugins",
    "action": {
        "default_popup": "popup.html"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y",
                "chromeos": "Ctrl+Shift+U",
                "linux": "Ctrl+Shift+J"
            }
        },
        "translator": {
            "suggested_key": {
                "windows": "Ctrl+X",
                "mac": "Command+X",
                "chromeos": "Ctrl+X",
                "linux": "Ctrl+X"
            },
            "description": "__MSG_quickTranslator__"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                "contentscript-loader-content.79140220.js"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/index.3a9e0c51.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.colorcoms.com\/*"
            ],
            "js": [
                "contentscript-loader-content-pay.c9b4781c.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "assets\/background.6f5e9cbe.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "resources": [
                "content-scripts\/*",
                "assets\/*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.72f1b83e.js",
                "assets\/content.79140220.js",
                "assets\/content-pay.c9b4781c.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/www.instagram.com\/*",
        "https:\/\/www.colorcoms.com\/*",
        "*:\/\/translate.google.com\/*",
        "*:\/\/translate.volcengine.com\/*"
    ]
}