Twitch Animotes
Replace the default robot emotes with cute anime gifs.
什么是Twitch Animotes?
Twitch Animotes是由Dangerpaws开发的Chrome扩展程序,该扩展的主要功能是“Replace the default robot emotes with cute anime gifs.”。
扩展截图
下载Twitch Animotes扩展crx文件
下载Twitch Animotes扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | |
ID | pbflnmlcobgpefmjfmbfanhagnemckkl |
官方URL | https://chromewebstore.google.com/detail/twitch-animotes/pbflnmlcobgpefmjfmbfanhagnemckkl |
简介 | Replace the default robot emotes with cute anime gifs. |
文件大小 | 17.45 KB |
安装次数 | 465 |
当前版本 | 3.1 |
更新时间 | 2020-10-19 |
上架时间 | 2020-10-19 |
评分 | 4.78/5 共27次评分 |
开发者 | Dangerpaws |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } ] } |