Koci's Twitch Chat Shortcuts
Make shortcuts in your twitch chat to make your chatting/emoting easier.
Koci's Twitch Chat Shortcuts란 무엇입니까?
Koci's Twitch Chat Shortcuts은(는) Koci에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make shortcuts in your twitch chat to make your chatting/emoting easier."입니다.
확장 프로그램 스크린샷
Koci's Twitch Chat Shortcuts 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Make shortcuts in your twitch chat to make your chatting/emoting easier. Ever wanted to write H instead of HYPEROMEGALUL? Now is the right time to be alive 4House
확장 프로그램 기본 정보
이름 | Koci's Twitch Chat Shortcuts |
ID | njfogjbfnbiahacbffofhfgoihmalkod |
공식 URL | https://chromewebstore.google.com/detail/kocis-twitch-chat-shortcu/njfogjbfnbiahacbffofhfgoihmalkod |
설명 | Make shortcuts in your twitch chat to make your chatting/emoting easier. |
파일 크기 | 223 KB |
설치 횟수 | 15 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2018-08-20 |
출시 날짜 | 2018-08-20 |
평점 | 4.50/5 총 6 개의 평점 |
개발자 | Koci |
결제 유형 | in_app |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Koci's Twitch Chat Shortcuts", "version": "1.1.0", "description": "Make shortcuts in your twitch chat to make your chatting\/emoting easier.", "manifest_version": 2, "permissions": [ "tabs", "storage", "identity", "identity.email" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "page.js" ] } ] } |