Discord Joiner
A lightweight extension that helps you join discord invite links as fast as possible
ما هو Discord Joiner؟
Discord Joiner هو إضافة Chrome تم تطويرها بواسطة FreoLeo، والميزة الرئيسية لها هي "A lightweight extension that helps you join discord invite links as fast as possible".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Discord Joiner
قم بتنزيل ملفات الامتداد Discord Joiner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A faster way to join discord invite links! Tips for maximizing speed: 1) Use shortcuts to open the popup faster: mac: "Command+Shift+Space" windows: "Ctrl+Shift+Space" linux: "Ctrl+Shift+Space" 2) Don't type the whole invite link: Instead of typing something like "https://discord.gg/hTKzmak" Simply type "hTKzmak" 3) Press "Enter" to go to the link
معلومات أساسية عن التمديد
الاسم | Discord Joiner |
ID | kpofjapfdgcjgdiekkiehagbmjlbknoa |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/discord-joiner/kpofjapfdgcjgdiekkiehagbmjlbknoa |
الوصف | A lightweight extension that helps you join discord invite links as fast as possible |
حجم الملف | 10.84 KB |
عدد التثبيتات | 347 |
النسخة الحالية | 0.3 |
آخر تحديث | 2024-02-16 |
تاريخ النشر | 2022-02-11 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | FreoLeo |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Discord Joiner", "description": "A lightweight extension that helps you join discord invite links as fast as possible", "version": "0.3", "action": { "default_popup": "popup.html" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Space", "windows": "Ctrl+Shift+Space", "mac": "Command+Shift+Space", "chromeos": "Ctrl+Shift+Space", "linux": "Ctrl+Shift+Space" } } }, "icons": { "16": "assets\/icon16.png", "32": "assets\/icon32.png", "48": "assets\/icon48.png", "128": "assets\/icon128.png" } } |