Twitch Chat pronouns
Add Pronouns to Twitch Chat
Twitch Chat pronounsとは何ですか?
Twitch Chat pronounsはAlejo Pereyraによって開発されたChromeの拡張機能で、その主な機能は「Add Pronouns to Twitch Chat」です。
拡張機能のスクリーンショット
Twitch Chat pronouns拡張機能のCRXファイルをダウンロード
Twitch Chat pronouns拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Add Pronouns as a chat badge next to user's names on Twitch Chat!
To set your pronouns you should check https://pronouns.alejo.io/ 拡張機能の基本情報
| 名前 | |
| ID | agnfbjmjkdncblnkpkgoefbpogemfcii |
| 公式URL | https://chromewebstore.google.com/detail/twitch-chat-pronouns/agnfbjmjkdncblnkpkgoefbpogemfcii |
| 説明 | Add Pronouns to Twitch Chat |
| ファイルサイズ | 102 KB |
| インストール数 | 85,821 |
| 現在のバージョン | 0.2.2 |
| 最終更新日 | 2024-02-07 |
| 公開日 | 2020-11-26 |
| 評価 | 4.31/5 合計 136 レビュー |
| 開発者 | Alejo Pereyra |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://pronouns.alejo.io/ |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Twitch Chat pronouns",
"version": "0.2.2",
"description": "Add Pronouns to Twitch Chat",
"content_scripts": [
{
"matches": [
"https:\/\/www.twitch.tv\/*",
"https:\/\/twitch.tv\/*",
"https:\/\/dashboard.twitch.tv\/u\/*\/stream-manager",
"https:\/\/dashboard.twitch.tv\/popout\/u\/*\/stream-manager\/chat"
],
"js": [
".\/bundle.js"
],
"css": [
".\/bundle.css"
],
"run_at": "document_end",
"all_frames": true
}
],
"host_permissions": [
"https:\/\/dashboard.twitch.tv\/popout\/u\/*\/stream-manager\/chat",
"https:\/\/dashboard.twitch.tv\/u\/*\/stream-manager",
"https:\/\/pr.alejo.io\/*",
"https:\/\/pronouns.alejo.io\/*",
"https:\/\/twitch.tv\/*",
"https:\/\/www.twitch.tv\/*"
],
"manifest_version": 3
} | |