Twitch Chat pronouns
Add Pronouns to Twitch Chat
Twitch Chat pronounsคืออะไร?
Twitch Chat pronouns เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alejo Pereyra และคุณลักษณะหลักของมันคือ "Add Pronouns to Twitch Chat"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Chat pronouns
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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 } |