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/
擴展基本資訊
名稱 | Twitch Chat pronouns |
ID | agnfbjmjkdncblnkpkgoefbpogemfcii |
官方網址 | 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 |
電子郵箱 | [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 } |