Twitch Bot list
Shows twitch bots in different color.
ما هو Twitch Bot list؟
Twitch Bot list هو إضافة Chrome تم تطويرها بواسطة GiraffeSummer، والميزة الرئيسية لها هي "Shows twitch bots in different color.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch Bot list
قم بتنزيل ملفات الامتداد Twitch Bot list بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This add-on will change the colour of known twitch bots so you can tell who is a bot.
معلومات أساسية عن التمديد
الاسم | Twitch Bot list |
ID | ofajeflbcbafcbeglpmcodedeieocnpk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-bot-list/ofajeflbcbafcbeglpmcodedeieocnpk |
الوصف | Shows twitch bots in different color. |
حجم الملف | 17.69 KB |
عدد التثبيتات | 155 |
النسخة الحالية | 1.1 |
آخر تحديث | 2020-12-28 |
تاريخ النشر | 2020-12-28 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | GiraffeSummer |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Bot list", "version": "1.1", "description": "Shows twitch bots in different color.", "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ] } ], "icons": { "256": "icons\/icon350.png", "48": "icons\/icon350.png" }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } }, "browser_action": { "default_icon": { "256": "icons\/icon350.png" } } } |