Twitch Animotes
Replace the default robot emotes with cute anime gifs.
Co je Twitch Animotes?
Twitch Animotes je rozšíření Chrome vyvinuté Dangerpaws, a jeho hlavní funkcí je „Replace the default robot emotes with cute anime gifs.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitch Animotes
Stáhněte si soubory rozšíření Twitch Animotes ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | pbflnmlcobgpefmjfmbfanhagnemckkl |
Oficiální URL | https://chromewebstore.google.com/detail/twitch-animotes/pbflnmlcobgpefmjfmbfanhagnemckkl |
Popis | Replace the default robot emotes with cute anime gifs. |
Velikost souboru | 17.45 KB |
Počet instalací | 465 |
Aktuální Verze | 3.1 |
Poslední Aktualizace | 2020-10-19 |
Datum Vydání | 2020-10-19 |
Hodnocení | 4.78/5 Celkem 27 Hodnocení |
Vývojář | Dangerpaws |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } ] } |