Twitch Affiliate Sub Icons
Replaces Twitch's basic sub icon with better, custom icons.
ما هو Twitch Affiliate Sub Icons؟
Twitch Affiliate Sub Icons هو إضافة Chrome تم تطويرها بواسطة MusicalMayo، والميزة الرئيسية لها هي "Replaces Twitch's basic sub icon with better, custom icons.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Twitch Affiliate Sub Icons
قم بتنزيل ملفات الامتداد Twitch Affiliate Sub Icons بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Tired of that boring default star icon for Twitch subscribers? Now you can change it! With this extension, you can change that badge to any image you want. You can set the image per stream too, so you can have different icons for each of your favorite streamers. With the new influx of Twitch affiliates getting sub buttons, make subscribers stand out and get rid of that boring star!
معلومات أساسية عن التمديد
الاسم | Twitch Affiliate Sub Icons |
ID | eafophjfgcoikfppaofnalpppeckgoed |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/twitch-affiliate-sub-icon/eafophjfgcoikfppaofnalpppeckgoed |
الوصف | Replaces Twitch's basic sub icon with better, custom icons. |
حجم الملف | 74.62 KB |
عدد التثبيتات | 599 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2017-07-03 |
تاريخ النشر | 2017-07-03 |
المطور | MusicalMayo |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Affiliate Sub Icons", "version": "1.0.3", "description": "Replaces Twitch's basic sub icon with better, custom icons.", "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/www.twitch.tv\/*" ] } ], "options_page": "options.html", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon32.png", "default_popup": "popup.html" }, "permissions": [ "storage" ] } |