Twitch Meet
Replaces twitch emotes with correct images
Twitch Meetとは何ですか?
Twitch Meetはhttps://tomsteer.comによって開発されたChromeの拡張機能で、その主な機能は「Replaces twitch emotes with correct images」です。
拡張機能のスクリーンショット
Twitch Meet拡張機能のCRXファイルをダウンロード
Twitch Meet拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Uses the Better TTV API to get the top 100 emotes as well as some predefined emotes and uses them to replace google meet chat to the correct emote.
A list of available emotes can be found on the site. 拡張機能の基本情報
| 名前 | |
| ID | folijkmjilnffmlehdcffanlmlggplmi |
| 公式URL | https://chromewebstore.google.com/detail/twitch-meet/folijkmjilnffmlehdcffanlmlggplmi |
| 説明 | Replaces twitch emotes with correct images |
| ファイルサイズ | 32.35 KB |
| インストール数 | 68 |
| 現在のバージョン | 0.9 |
| 最終更新日 | 2023-08-11 |
| 公開日 | 2021-02-24 |
| 評価 | 4.67/5 合計 6 レビュー |
| 開発者 | https://tomsteer.com |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://twitchmeet.tomsteer.me/ |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitch Meet",
"version": "0.9",
"description": "Replaces twitch emotes with correct images",
"web_accessible_resources": [
"script.js"
],
"content_scripts": [
{
"matches": [
"*:\/\/meet.google.com\/*"
],
"js": [
"inject.js"
]
}
],
"permissions": [],
"icons": {
"128": "img\/icon-extensionMenu.png"
}
} | |