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 |
Eメール | [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\/*" ] } ] } |