Automatic Discord ™ Translator

A Discord automatic message translation tool that supports more than 100 languages (unofficial)

O que é Automatic Discord ™ Translator?

Automatic Discord ™ Translator é uma extensão do Chrome desenvolvida por ultracodinghq, e sua principal característica é "A Discord automatic message translation tool that supports more than 100 languages (unofficial)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Automatic Discord ™ Translator

Baixe arquivos de extensão Automatic Discord ™ Translator no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Discord message translation
Imagine not having to worry about language barriers when you chat with friends around the world. This plugin automatically translates Discord messages and supports over 100 languages, making it easy to stay in touch with friends around the world.

Our plugin interface is intuitive and easy to use, and the translation process is completed automatically without manual switching or operation. You can communicate with confidence that we will automatically translate messages when they are sent or received.

In addition, our plug-in is powerful, secure and efficient. It is suitable for most scenarios, whether personal or business communication.

Not only that, our plugin automatically translates the messages you send to help you communicate quickly. Now, you don't have to worry about translation work anymore, our plugin will make it easy for you.


1. Easily translate cross-language chats: No matter which country or region you communicate with, you can easily achieve unimpeded language communication.
2. Intelligent automatic translation: No need to manually select the language, the plug-in will automatically translate according to your settings.
3. Protect your privacy: Your chat history and personal information will be protected, and we will not collect, store, or share any of your information.
4. Suitable for a variety of scenarios: suitable for various scenarios such as travel, business, and study, making you more confident and comfortable in different language environments.
5. Safe and reliable: The plug-in has passed a rigorous security audit to ensure that your computer and privacy are not threatened.


--- Disclaimer ---

Our plugins are not affiliated, authorized, endorsed, or officially affiliated with Discord, Google, or Google Translate.
Our plugin is an unofficial enhancement to Discord Web designed to provide you with additional functionality and convenience.

Thank you for your use!                    

Informações Básicas da Extensão

Nome Automatic Discord ™ Translator Automatic Discord ™ Translator
ID emcofmlbkpfaamlcmeonmjjihbomoaka
URL Oficial https://chromewebstore.google.com/detail/automatic-discord-transla/emcofmlbkpfaamlcmeonmjjihbomoaka
Descrição A Discord automatic message translation tool that supports more than 100 languages (unofficial)
Tamanho do Arquivo 1.3 MB
Contagem de Instalações 144
Versão Atual 2.1.6
Última Atualização 2024-02-20
Data de Publicação 2023-12-20
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor ultracodinghq
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://discordtranslator.ultra-coding.com/
URL da Página de Política de Privacidade https://docs.google.com/document/d/e/2PACX-1vQ7JV_LbnEsJUUKWTFipA4LG17W1MD5P3rF0c8GNMSHsbzD30cqwjQpE49JWDICZ7x4O6GLz71u0_av/pub
Idiomas Suportados id,ms,de,en,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,pl,ro,sl,fi,sv,cs,el,sr,bg,ru,uk,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "2.1.6",
    "author": "[email protected]",
    "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:\/\/*.discord.com\/*"
            ],
            "js": [
                "Index.c8162d56.js"
            ],
            "css": []
        }
    ],
    "oauth2": {
        "client_id": "39486643516-5ghm5g90c08q63gph42fcijkbn885tti.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjL902IHmYMG3roo8A8H9SQbvl1vdWZOSLK+DlsbB+uxeSTSb0Nxp3iGMmxW3jIHpetgh+2mUvTSJSlB010Z0\/iCzfDHAr+Fq3ALFXC6uH4Njf8woyJmXoNGP2LC6Vz+FFLLZRw9aNAl6vcvUK2ax6SH2WFmDvvjuKpfO5F\/gZbgvx3ianZoXZq1dtl2rkTIynPJz4A6jsZwc19zjNHrEIOJ48TKRv2+ahCE6n7elEye4Z3Vh4JBRFIuJmqCaylVUWlEdtQrjMAuFhEarn7UQYwUudsnNL\/OhlgSVDf+oydDw1XAhbSZObQw7nzBu\/eEOw6EJawuk5XE\/MiSkmXKjfwIDAQAB",
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*.ultra-coding.com\/*",
        "*:\/\/translate.google.com\/*"
    ]
}