Twitch Animotes

Replace the default robot emotes with cute anime gifs.

Co to jest Twitch Animotes?

Twitch Animotes to rozszerzenie Chrome opracowane przez Dangerpaws, a jego główną funkcją jest „Replace the default robot emotes with cute anime gifs.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitch Animotes

Pobierz pliki rozszerzeń Twitch Animotes w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitch Animotes Twitch Animotes
ID pbflnmlcobgpefmjfmbfanhagnemckkl
Oficjalny URL https://chromewebstore.google.com/detail/twitch-animotes/pbflnmlcobgpefmjfmbfanhagnemckkl
Opis Replace the default robot emotes with cute anime gifs.
Rozmiar pliku 17.45 KB
Liczba instalacji 465
Aktualna Wersja 3.1
Ostatnia Aktualizacja 2020-10-19
Data Publikacji 2020-10-19
Ocena 4.78/5 Łącznie 27 Oceny
Deweloper Dangerpaws
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}