Twitch Affiliate Sub Icons
Replaces Twitch's basic sub icon with better, custom icons.
Hvad er Twitch Affiliate Sub Icons?
Twitch Affiliate Sub Icons er en Chrome-udvidelse udviklet af MusicalMayo, og dens hovedfunktion er "Replaces Twitch's basic sub icon with better, custom icons.".
Udvidelsesskærmbilleder
Download Twitch Affiliate Sub Icons-udvidelses-CRX-fil
Download Twitch Affiliate Sub Icons-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | Twitch Affiliate Sub Icons |
ID | eafophjfgcoikfppaofnalpppeckgoed |
Officiel URL | https://chromewebstore.google.com/detail/twitch-affiliate-sub-icon/eafophjfgcoikfppaofnalpppeckgoed |
Beskrivelse | Replaces Twitch's basic sub icon with better, custom icons. |
Filstørrelse | 74.62 KB |
Antal Installationer | 599 |
Nuværende Version | 1.0.3 |
Senest Opdateret | 2017-07-03 |
Udgivelsesdato | 2017-07-03 |
Udvikler | MusicalMayo |
Betalingsmetode | free |
Understøttede Sprog | 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" ] } |