Twitch Animotes
Replace the default robot emotes with cute anime gifs.
Vad är Twitch Animotes?
Twitch Animotes är en Chrome-tillägg utvecklad av Dangerpaws, och dess huvudfunktion är "Replace the default robot emotes with cute anime gifs.".
Tilläggsskärmbilder
Ladda ner Twitch Animotes-förlängningens CRX-fil
Ladda ner Twitch Animotes-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | pbflnmlcobgpefmjfmbfanhagnemckkl |
Officiell webbadress | https://chromewebstore.google.com/detail/twitch-animotes/pbflnmlcobgpefmjfmbfanhagnemckkl |
Beskrivning | Replace the default robot emotes with cute anime gifs. |
Filstorlek | 17.45 KB |
Antal Installationer | 465 |
Aktuell Version | 3.1 |
Senast Uppdaterad | 2020-10-19 |
Publiceringsdatum | 2020-10-19 |
Betyg | 4.78/5 Totalt 27 Betyg |
Utvecklare | Dangerpaws |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } ] } |