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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" ] } |