Twitch Animotes
Replace the default robot emotes with cute anime gifs.
Wat is Twitch Animotes?
Twitch Animotes is een Chrome-extensie ontwikkeld door Dangerpaws, en de belangrijkste functie is "Replace the default robot emotes with cute anime gifs.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Animotes
Download Twitch Animotes-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | pbflnmlcobgpefmjfmbfanhagnemckkl |
Officiële URL | https://chromewebstore.google.com/detail/twitch-animotes/pbflnmlcobgpefmjfmbfanhagnemckkl |
Beschrijving | Replace the default robot emotes with cute anime gifs. |
Bestandsgrootte | 17.45 KB |
Aantal Installaties | 465 |
Huidige Versie | 3.1 |
Laatst Bijgewerkt | 2020-10-19 |
Publicatiedatum | 2020-10-19 |
Beoordeling | 4.78/5 Totaal 27 Beoordelingen |
Ontwikkelaar | Dangerpaws |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |