Twitch Animotes

Replace the default robot emotes with cute anime gifs.

Hvad er Twitch Animotes?

Twitch Animotes er en Chrome-udvidelse udviklet af Dangerpaws, og dens hovedfunktion er "Replace the default robot emotes with cute anime gifs.".

Udvidelsesskærmbilleder

screenshot

Download Twitch Animotes-udvidelses-CRX-fil

Download Twitch Animotes-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Twitch Animotes Twitch Animotes
ID pbflnmlcobgpefmjfmbfanhagnemckkl
Officiel URL https://chromewebstore.google.com/detail/twitch-animotes/pbflnmlcobgpefmjfmbfanhagnemckkl
Beskrivelse Replace the default robot emotes with cute anime gifs.
Filstørrelse 17.45 KB
Antal Installationer 465
Nuværende Version 3.1
Senest Opdateret 2020-10-19
Udgivelsesdato 2020-10-19
Bedømmelse 4.78/5 Samlet 27 Bedømmelser
Udvikler Dangerpaws
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
            ]
        }
    ]
}