Twitch Affiliate Sub Icons

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

¿Qué es Twitch Affiliate Sub Icons?

Twitch Affiliate Sub Icons es una extensión de Chrome desarrollada por MusicalMayo, y su función principal es "Replaces Twitch's basic sub icon with better, custom icons.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Twitch Affiliate Sub Icons

Descarga archivos de extensión Twitch Affiliate Sub Icons en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Twitch Affiliate Sub Icons Twitch Affiliate Sub Icons
ID eafophjfgcoikfppaofnalpppeckgoed
URL Oficial https://chromewebstore.google.com/detail/twitch-affiliate-sub-icon/eafophjfgcoikfppaofnalpppeckgoed
Descripción Replaces Twitch's basic sub icon with better, custom icons.
Tamaño del Archivo 74.62 KB
Cantidad de Instalaciones 599
Versión Actual 1.0.3
Última Actualización 2017-07-03
Fecha de Publicación 2017-07-03
Desarrollador MusicalMayo
Tipo de Pago free
Idiomas Soportados 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"
    ]
}