Twitch Animotes
Replace the default robot emotes with cute anime gifs.
What is Twitch Animotes?
Twitch Animotes is a Chrome extension developed by Dangerpaws, and its main feature is "Replace the default robot emotes with cute anime gifs.".
Extension Screenshots
Download Twitch Animotes Extension CRX File
Download Twitch Animotes extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | |
ID | pbflnmlcobgpefmjfmbfanhagnemckkl |
Official URL | https://chromewebstore.google.com/detail/twitch-animotes/pbflnmlcobgpefmjfmbfanhagnemckkl |
Description | Replace the default robot emotes with cute anime gifs. |
File Size | 17.45 KB |
Installation Count | 465 |
Current Version | 3.1 |
Last Updated | 2020-10-19 |
Publish Date | 2020-10-19 |
Rating | 4.78/5 Total 27 Ratings |
Developer | Dangerpaws |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |