Discord Translator

Translate messages in Discord

ما هو Discord Translator؟

Discord Translator هو إضافة Chrome تم تطويرها بواسطة https://code4you.net، والميزة الرئيسية لها هي "Translate messages in Discord".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Discord Translator

قم بتنزيل ملفات الامتداد Discord Translator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}