sodaG

Returns sodaG (and friends) to Twitch chat.

Cos'è sodaG?

sodaG è un'estensione di Chrome sviluppata da https://www.thedeadpixelsociety.com, e la sua funzione principale è "Returns sodaG (and friends) to Twitch chat.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione sodaG

Scarica i file di estensione sodaG 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

                        Modifies the Twitch chat pane to make the removed sodaG (and friends) emoticons available again for users of the extension.                    

Informazioni di Base sull'Estensione

Nome sodaG sodaG
ID bpaipbaiemikfhkocfcfaclnleninehe
URL Ufficiale https://chromewebstore.google.com/detail/sodag/bpaipbaiemikfhkocfcfaclnleninehe
Descrizione Returns sodaG (and friends) to Twitch chat.
Dimensione del File 45.59 KB
Conteggio Installazioni 1,162
Versione Corrente 1.0.3
Ultimo Aggiornamento 2016-03-12
Data di Pubblicazione 2016-03-11
Valutazione 4.50/5 Totale 8 Valutazioni
Sviluppatore https://www.thedeadpixelsociety.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "sodaG",
    "version": "1.0.3",
    "description": "Returns sodaG (and friends) to Twitch chat.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "32": "sodaG_32.png",
        "64": "sodaG_64.png",
        "128": "sodaG_128.png"
    }
}