Twitch Affiliate Sub Icons
Replaces Twitch's basic sub icon with better, custom icons.
Co je Twitch Affiliate Sub Icons?
Twitch Affiliate Sub Icons je rozšíření Chrome vyvinuté MusicalMayo, a jeho hlavní funkcí je „Replaces Twitch's basic sub icon with better, custom icons.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitch Affiliate Sub Icons
Stáhněte si soubory rozšíření Twitch Affiliate Sub Icons ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | Twitch Affiliate Sub Icons |
ID | eafophjfgcoikfppaofnalpppeckgoed |
Oficiální URL | https://chromewebstore.google.com/detail/twitch-affiliate-sub-icon/eafophjfgcoikfppaofnalpppeckgoed |
Popis | Replaces Twitch's basic sub icon with better, custom icons. |
Velikost souboru | 74.62 KB |
Počet instalací | 599 |
Aktuální Verze | 1.0.3 |
Poslední Aktualizace | 2017-07-03 |
Datum Vydání | 2017-07-03 |
Vývojář | MusicalMayo |
Typ Platby | free |
Podporované Jazyky | 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" ] } |