Twitch Animotes

Replace the default robot emotes with cute anime gifs.

Cos'è Twitch Animotes?

Twitch Animotes è un'estensione di Chrome sviluppata da Dangerpaws, e la sua funzione principale è "Replace the default robot emotes with cute anime gifs.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch Animotes

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

                        Simply install and this will automatically replace the robot emotes with cute anime gifs. 

Feel free to leave comments and suggestions. 

Find me @: 
https://twitter.com/channelerchris
http://www.twitch.tv/channelerchris
https://www.youtube.com/channel/UCDH1qXTuGUqrQsGu5I7qTtA
dangerousmachinery.com                    

Informazioni di Base sull'Estensione

Nome Twitch Animotes Twitch Animotes
ID pbflnmlcobgpefmjfmbfanhagnemckkl
URL Ufficiale https://chromewebstore.google.com/detail/twitch-animotes/pbflnmlcobgpefmjfmbfanhagnemckkl
Descrizione Replace the default robot emotes with cute anime gifs.
Dimensione del File 17.45 KB
Conteggio Installazioni 465
Versione Corrente 3.1
Ultimo Aggiornamento 2020-10-19
Data di Pubblicazione 2020-10-19
Valutazione 4.78/5 Totale 27 Valutazioni
Sviluppatore Dangerpaws
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": "Twitch Animotes",
    "version": "3.1",
    "description": "Replace the default robot emotes with cute anime gifs.",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ]
}