Twitch Animotes

Replace the default robot emotes with cute anime gifs.

Apa itu Twitch Animotes?

Twitch Animotes adalah ekstensi Chrome yang dikembangkan oleh Dangerpaws, dan fitur utamanya adalah "Replace the default robot emotes with cute anime gifs.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitch Animotes

Unduh file ekstensi Twitch Animotes dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Twitch Animotes Twitch Animotes
ID pbflnmlcobgpefmjfmbfanhagnemckkl
URL Resmi https://chromewebstore.google.com/detail/twitch-animotes/pbflnmlcobgpefmjfmbfanhagnemckkl
Deskripsi Replace the default robot emotes with cute anime gifs.
Ukuran File 17.45 KB
Jumlah Instalasi 465
Versi Saat Ini 3.1
Terakhir Diperbarui 2020-10-19
Tanggal Publikasi 2020-10-19
Penilaian 4.78/5 Total 27 Penilaian
Pengembang Dangerpaws
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
            ]
        }
    ]
}