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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } |