Discord Token Login
Login to Discord using a token
ما هو Discord Token Login؟
Discord Token Login هو إضافة Chrome تم تطويرها بواسطة Shifts، والميزة الرئيسية لها هي "Login to Discord using a token".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Discord Token Login
قم بتنزيل ملفات الامتداد Discord Token Login بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Easy-to-use interface along with token validity checking. If the extension turns red, your token is invalid. If it turns green, your token is valid. * Tokens change after you authenticate / login with them. * Tokens are NOT stored / sent to the developer, tokens are pushed to Discord's API to check the validity of them.
معلومات أساسية عن التمديد
الاسم | |
ID | dgejhipdiojpnoggmehdiicanhnbdngk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/discord-token-login/dgejhipdiojpnoggmehdiicanhnbdngk |
الوصف | Login to Discord using a token |
حجم الملف | 10.94 KB |
عدد التثبيتات | 773 |
النسخة الحالية | 1.2 |
آخر تحديث | 2023-10-14 |
تاريخ النشر | 2023-06-29 |
المطور | Shifts |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/ignshifts/Token_Login |
عنوان صفحة المساعدة | https://discord.gg/48qbg6UP9g |
عنوان صفحة سياسة الخصوصية | https://gist.github.com/ignshifts/39d04f131e6d7a9be1886175fd0f2425 |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Discord Token Login", "version": "1.2", "description": "Login to Discord using a token", "icons": { "128": "logo.png" }, "action": { "default_popup": "index.html", "default_icon": { "128": "logo.png" } }, "permissions": [ "activeTab", "scripting" ] } |