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 |
官方網址 | 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\/*" ] } ] } |