Discord Translator

Translate messages in Discord

什么是Discord Translator?

Discord Translator是由https://code4you.net开发的Chrome扩展程序,该扩展的主要功能是“Translate messages in Discord”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Discord Translator扩展crx文件

下载Discord Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Discord Translator: Break Language Barriers in Your Chat Experience!

Discord Translate:
https://discord.code4you.dev

key Features:
1. Multi-Platform Translation: 
Effortlessly translate messages using DeepL, Google, Microsoft, and OpenAI, providing users with a diverse range of translation options.

2. Automatic Chat Translation: 
Say goodbye to manual copy-pasting! Discord Translator automatically translates chat content, streamlining the communication process without the need for tedious copying and pasting into external translation tools.

3. Dedicated Translation Window: 
Enjoy a dedicated translation window for quick and convenient translation of specific content. Tailor your translation experience to suit your needs with this user-friendly feature.


🔓 Unlock Premium Member Features
👑 Automatically translates content
👑 Remove the info: "Translated from xxx by xxx"
👑 Translation Window: Quickly translate the content you write
👑 More features in the future

📖 How to activate premium features?
1. Open the url: chrome-extension://ibipjomdhljdfonmeiemgbbjpilidhne/options.html#/license
2. Enter your activation code
3. Click on the "Active" button
4. Open the url: chrome-extension://ibipjomdhljdfonmeiemgbbjpilidhne/options.html#/general
5. Turn on "Auto Translate"                    

扩展基本信息

名称 Discord Translator Discord Translator
ID ibipjomdhljdfonmeiemgbbjpilidhne
官方URL https://chromewebstore.google.com/detail/discord-translator/ibipjomdhljdfonmeiemgbbjpilidhne
简介 Translate messages in Discord
文件大小 419 KB
安装次数 1,315
当前版本 0.0.19
更新时间 2023-12-27
上架时间 2023-11-25
评分 4.75/5 共4次评分
开发者 https://code4you.net
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://code4you.dev/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Discord Translator",
    "description": "Translate messages in Discord",
    "version": "0.0.19",
    "icons": {
        "16": "icon\/16.png",
        "32": "icon\/32.png",
        "48": "icon\/48.png",
        "96": "icon\/96.png",
        "128": "icon\/128.png"
    },
    "permissions": [
        "storage",
        "system.display"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Discord Transltor",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/discord.com\/channels\/*"
            ],
            "css": [
                "content-scripts\/discord.css"
            ],
            "js": [
                "content-scripts\/discord.js"
            ]
        }
    ]
}