Twitch Affiliate Sub Icons

Replaces Twitch's basic sub icon with better, custom icons.

Was ist Twitch Affiliate Sub Icons?

Twitch Affiliate Sub Icons ist eine Chrome-Erweiterung, die von MusicalMayo entwickelt wurde, und ihr Hauptmerkmal ist "Replaces Twitch's basic sub icon with better, custom icons.".

Erweiterungsscreenshots

screenshot

Twitch Affiliate Sub Icons-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twitch Affiliate Sub Icons-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Twitch Affiliate Sub Icons Twitch Affiliate Sub Icons
ID eafophjfgcoikfppaofnalpppeckgoed
Offizielle URL https://chromewebstore.google.com/detail/twitch-affiliate-sub-icon/eafophjfgcoikfppaofnalpppeckgoed
Beschreibung Replaces Twitch's basic sub icon with better, custom icons.
Dateigröße 74.62 KB
Installationsanzahl 599
Aktuelle Version 1.0.3
Letztes Update 2017-07-03
Veröffentlichungsdatum 2017-07-03
Entwickler MusicalMayo
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}