Discord Copy Token
Free extension that allows you to copy your Discord token simply by clicking at extension. ✨ DISCORD COPY TOKEN ✨ This simple…
ما هو Discord Copy Token؟
Discord Copy Token هو إضافة Chrome تم تطويرها بواسطة evil.plutonium، والميزة الرئيسية لها هي "Free extension that allows you to copy your Discord token simply by clicking at extension. ✨ DISCORD COPY TOKEN ✨ This simple…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Discord Copy Token
قم بتنزيل ملفات الامتداد Discord Copy Token بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Free extension that allows you to copy your Discord token simply by clicking at extension. ✨ DISCORD COPY TOKEN ✨ This simple extension will allow you to copy a Discord token of your account. You just need to click on the extension icon😄 Your token will be pasted into your clipboard. 👋Feel free to contribute to fix any problems, or to submit an issue!👋 For contacting me, simply click any of the buttons under the "Contact me here" section in the extension. You can contact me there by telegram, discord, email or my github profile. USDT TRC20: TQqYH58Lhg1zNoaXNZERRtUyX31FRRHUoo ✨THE OPEN SOURCE PROJECT CAN BE FOUND HERE✨ https://github.com/plutonium777/discord_copy_token_extension
معلومات أساسية عن التمديد
الاسم | Discord Copy Token |
ID | cnfnhlmddjhmomcgilpblcdhbgjkadjd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/discord-copy-token/cnfnhlmddjhmomcgilpblcdhbgjkadjd |
الوصف | Free extension that allows you to copy your Discord token simply by clicking at extension. ✨ DISCORD COPY TOKEN ✨ This simple… |
حجم الملف | 98.14 KB |
عدد التثبيتات | 63 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-11-14 |
تاريخ النشر | 2023-11-13 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | evil.plutonium |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.pltnm.dev/discord-copy-token |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Discord Copy Token", "version": "1.0", "manifest_version": 3, "permissions": [ "scripting", "clipboardWrite" ], "host_permissions": [ "https:\/\/discord.com\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "Discord Copy Token", "default_icon": "icon.png" } } |