Twitch Affiliate Sub Icons
Replaces Twitch's basic sub icon with better, custom icons.
Wat is Twitch Affiliate Sub Icons?
Twitch Affiliate Sub Icons is een Chrome-extensie ontwikkeld door MusicalMayo, en de belangrijkste functie is "Replaces Twitch's basic sub icon with better, custom icons.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Affiliate Sub Icons
Download Twitch Affiliate Sub Icons-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | Twitch Affiliate Sub Icons |
ID | eafophjfgcoikfppaofnalpppeckgoed |
Officiële URL | https://chromewebstore.google.com/detail/twitch-affiliate-sub-icon/eafophjfgcoikfppaofnalpppeckgoed |
Beschrijving | Replaces Twitch's basic sub icon with better, custom icons. |
Bestandsgrootte | 74.62 KB |
Aantal Installaties | 599 |
Huidige Versie | 1.0.3 |
Laatst Bijgewerkt | 2017-07-03 |
Publicatiedatum | 2017-07-03 |
Ontwikkelaar | MusicalMayo |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |