Superchampz BTTV Emotes
Insert emotes from BTTV into Superchampz stream chat without having to type them.
Superchampz BTTV Emotesとは何ですか?
Superchampz BTTV Emotesはpublisherによって開発されたChromeの拡張機能で、その主な機能は「Insert emotes from BTTV into Superchampz stream chat without having to type them.」です。
拡張機能のスクリーンショット
Superchampz BTTV Emotes拡張機能のCRXファイルをダウンロード
Superchampz BTTV Emotes拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
https://www.twitch.tv/superchampz What's new: 1.1.1: * emotes work on chat popout 1.1.2: * updated to work with bttv api v3
拡張機能の基本情報
名前 | |
ID | bmcgdiccipigigmmapobphbbempfkgdm |
公式URL | https://chrome.google.com/webstore/detail/superchampz-bttv-emotes/bmcgdiccipigigmmapobphbbempfkgdm |
説明 | Insert emotes from BTTV into Superchampz stream chat without having to type them. |
ファイルサイズ | 117 KB |
インストール数 | 480 |
現在のバージョン | 1.1.2 |
最終更新日 | 2021-03-12 |
公開日 | 2020-06-02 |
評価 | 1.00/5 合計 1 レビュー |
開発者 | publisher |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Superchampz BTTV Emotes", "description": "Insert emotes from BTTV into Superchampz stream chat without having to type them.", "permissions": [ "clipboardWrite", "clipboardRead", "activeTab" ], "browser_action": { "default_title": "Superchampz BTTV Emotes", "default_popup": "popup.html" }, "icons": { "16": "icons\/icon16.png", "19": "icons\/icon19.png", "38": "icons\/icon38.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "version": "1.1.2" } |