Discord Login with Token

Login in the application Discord fast with the Auth token

ما هو Discord Login with Token؟

Discord Login with Token هو إضافة Chrome تم تطويرها بواسطة Kramos، والميزة الرئيسية لها هي "Login in the application Discord fast with the Auth token".

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

screenshot

تحميل ملف CRX للإضافة Discord Login with Token

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

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

                        Login in the application Discord fast with the Auth token                    

معلومات أساسية عن التمديد

الاسم Discord Login with Token Discord Login with Token
ID efjdggfjianihcbbbbnmlkblallomdbl
عنوان URL الرسمي https://chromewebstore.google.com/detail/discord-login-with-token/efjdggfjianihcbbbbnmlkblallomdbl
الوصف Login in the application Discord fast with the Auth token
حجم الملف 20.27 KB
عدد التثبيتات 2,153
النسخة الحالية 1.2
آخر تحديث 2022-05-06
تاريخ النشر 2022-05-06
تقييم 2.20/5 مجموع تقييمات 5
المطور Kramos
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://kramos.wtf
عنوان صفحة المساعدة https://kramos.wtf
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Discord Login with Token",
    "version": "1.2",
    "manifest_version": 3,
    "icons": {
        "48": "\/img\/icon.png"
    },
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "action": {
        "default_popup": "\/html\/popup.html",
        "default_icon": {
            "48": "\/img\/icon.png"
        }
    },
    "options_page": "\/html\/options.html",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.discord.com\/*"
    ]
}