Twitch Affiliate Sub Icons
Replaces Twitch's basic sub icon with better, custom icons.
Qu'est-ce que Twitch Affiliate Sub Icons ?
Twitch Affiliate Sub Icons est une extension Chrome développée par MusicalMayo, et sa fonction principale est "Replaces Twitch's basic sub icon with better, custom icons.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Twitch Affiliate Sub Icons
Téléchargez les fichiers d'extension Twitch Affiliate Sub Icons au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Twitch Affiliate Sub Icons |
ID | eafophjfgcoikfppaofnalpppeckgoed |
URL Officiel | https://chromewebstore.google.com/detail/twitch-affiliate-sub-icon/eafophjfgcoikfppaofnalpppeckgoed |
Description | Replaces Twitch's basic sub icon with better, custom icons. |
Taille du Fichier | 74.62 KB |
Nombre d'Installations | 599 |
Version Actuelle | 1.0.3 |
Dernière Mise à Jour | 2017-07-03 |
Date de Publication | 2017-07-03 |
Développeur | MusicalMayo |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |