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