Twitch Rainbow Name

Makes your name rainbow!

Cos'è Twitch Rainbow Name?

Twitch Rainbow Name è un'estensione di Chrome sviluppata da TwitchRainbowNameTeam, e la sua funzione principale è "Makes your name rainbow!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Twitch Rainbow Name

Scarica i file di estensione Twitch Rainbow Name in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Change your Twitch chat color every time you chat. With multiple LGBTQIA+ flags and random colors. 

REQUIRES TWITCH PRIME                    

Informazioni di Base sull'Estensione

Nome Twitch Rainbow Name Twitch Rainbow Name
ID ihpacdohfcjppmiomaobokcefcedfmbk
URL Ufficiale https://chrome.google.com/webstore/detail/twitch-rainbow-name/ihpacdohfcjppmiomaobokcefcedfmbk
Descrizione Makes your name rainbow!
Dimensione del File 110 KB
Conteggio Installazioni 1,135
Versione Corrente 1.2
Ultimo Aggiornamento 2020-11-13
Data di Pubblicazione 2020-09-02
Valutazione 2.80/5 Totale 10 Valutazioni
Sviluppatore TwitchRainbowNameTeam
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Rainbow Name",
    "version": "1.2",
    "description": "Makes your name rainbow!",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_popup": "options.html"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "*:\/\/*.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ]
}