Replit Checkmarks
Get unofficial checkmarks next to usernames on Replit!
ما هو Replit Checkmarks؟
Replit Checkmarks هو إضافة Chrome تم تطويرها بواسطة lachienoble11، والميزة الرئيسية لها هي "Get unofficial checkmarks next to usernames on Replit!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Replit Checkmarks
قم بتنزيل ملفات الامتداد Replit Checkmarks بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Replit checkmarks Chrome extension is derived from https://replit.com/@codingMASTER398/Replit-checkmark?v=1 and is a simple way to quickly check if a user is popular, active in bounties, a moderator/rep, etc. On most Replit community pages, you'll see a new checkmark next to some usernames. You can see what the checkmarks mean at https://replit-checkmark.codingmaster398.repl.co/. These checkmarks are automatically determined on the fly and constantly adapt.
معلومات أساسية عن التمديد
الاسم | Replit Checkmarks |
ID | cebhecjnkklbnndngceofidgjlicmdah |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/replit-checkmarks/cebhecjnkklbnndngceofidgjlicmdah |
الوصف | Get unofficial checkmarks next to usernames on Replit! |
حجم الملف | 1.18 MB |
عدد التثبيتات | 144 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2023-01-02 |
تاريخ النشر | 2022-12-28 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | lachienoble11 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://replit-checkmark.codingmaster398.repl.co/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Replit Checkmarks", "description": "Get unofficial checkmarks next to usernames on Replit!", "version": "1.0.2", "content_scripts": [ { "matches": [ "https:\/\/replit.com\/*", "https:\/\/firewalledreplit.com\/*" ], "js": [ "\/inject.js" ] } ], "web_accessible_resources": [ { "resources": [ "checkmarks\/*" ], "matches": [ "https:\/\/replit.com\/*", "https:\/\/firewalledreplit.com\/*" ] } ], "icons": { "512": "checkmarks\/6.png" } } |