RudolphAIO
Rudolph's ethical token grabber
ما هو RudolphAIO؟
RudolphAIO هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Rudolph's ethical token grabber".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RudolphAIO
قم بتنزيل ملفات الامتداد RudolphAIO بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension in the press of a button will open discord's website, and fetch the token variable from the cookies on the page. So you can easily copy and use it as you would like. Coded by - Virgile#6928
معلومات أساسية عن التمديد
الاسم | RudolphAIO |
ID | fcgjlbmkkbklmipealpkbdfmhaklphhl |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rudolphaio/fcgjlbmkkbklmipealpkbdfmhaklphhl |
الوصف | Rudolph's ethical token grabber |
حجم الملف | 63.71 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.3 |
آخر تحديث | 2022-03-16 |
تاريخ النشر | 2022-02-17 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Unknown |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RudolphAIO", "description": "Rudolph's ethical token grabber", "version": "1.3", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "scripting", "tabs", "clipboardWrite" ], "icons": { "128": "rudolph.png" }, "host_permissions": [ "https:\/\/discord.com\/*" ], "action": { "default_popup": "index.html" } } |