Translator for Messenger™ Web

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

Wat is Translator for Messenger™ Web?

Translator for Messenger™ Web is een Chrome-extensie ontwikkeld door https://www.shopibar.vip, en de belangrijkste functie is "Supporting dual translation engines, capable of automatic translation and shortcut key translation (unofficial).".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Translator for Messenger™ Web

Download Translator for Messenger™ Web-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Function Description: This is a Facebook Messenger web side message translation plugin.

Usage scenario: When communicating with friends abroad using Messenger, 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: Facebook is a trademark registered in the United States and other countries. Messenger ™ Real time translation is an independent project and has no relationship with the official Facebook website. The translation engine used in the plugin also has no association, authorization, recognition or official contact with Google.                    

Basisinformatie over de Extensie

Naam Translator for Messenger™ Web Translator for Messenger™ Web
ID lfeanemcbooflodhblonkcpjgmdkoepf
Officiële URL https://chromewebstore.google.com/detail/translator-for-messenger/lfeanemcbooflodhblonkcpjgmdkoepf
Beschrijving Supporting dual translation engines, capable of automatic translation and shortcut key translation (unofficial).
Bestandsgrootte 2.58 MB
Aantal Installaties 700
Huidige Versie 1.4.3
Laatst Bijgewerkt 2024-02-18
Publicatiedatum 2023-10-25
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar https://www.shopibar.vip
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://www.shopibar.vip/plugins
URL van de Privacybeleid Pagina https://docs.google.com/document/d/e/2PACX-1vQjRCGMEa5t9W6LcHHZoFXKeuSidf-IHIg6cPfc3XOX7GWj0RcVOh1l1jtvGWbUyxByYnvLNPI_luW2/pub
Ondersteunde Talen 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.facebook.com\/messages\/*"
            ],
            "js": [
                "contentscript-loader-content.231b6d3b.js"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/index.3a9e0c51.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ],
            "js": [
                "contentscript-loader-content.231b6d3b.js"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/index.3a9e0c51.css"
            ]
        },
        {
            "matches": [
                "https:\/\/business.facebook.com\/latest\/*"
            ],
            "js": [
                "contentscript-loader-content-bus.969e43fe.js"
            ],
            "run_at": "document_start",
            "css": [
                "assets\/index.3a9e0c51.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.colorcoms.com\/*"
            ],
            "js": [
                "contentscript-loader-content-pay.57edd4b0.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "assets\/background.b3380c02.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*",
                "https:\/\/business.facebook.com\/*",
                "https:\/\/www.messenger.com\/*"
            ],
            "resources": [
                "content-scripts\/*",
                "assets\/*"
            ]
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/index.72f1b83e.js",
                "assets\/App.4405821a.js",
                "assets\/content.231b6d3b.js",
                "assets\/index.72f1b83e.js",
                "assets\/App.4405821a.js",
                "assets\/content.231b6d3b.js",
                "assets\/index.72f1b83e.js",
                "assets\/App.4405821a.js",
                "assets\/content-bus.969e43fe.js",
                "assets\/content-pay.57edd4b0.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/www.facebook.com\/messages\/*",
        "https:\/\/business.facebook.com\/latest\/*",
        "https:\/\/www.messenger.com\/*",
        "https:\/\/www.colorcoms.com\/*",
        "*:\/\/translate.google.com\/*",
        "*:\/\/translate.volcengine.com\/*"
    ]
}