Twitch Plays Pokemon Chat Fix
Removes seeing other user's commands in chat, so that you can actually see what matters
Twitch Plays Pokemon Chat Fix란 무엇입니까?
Twitch Plays Pokemon Chat Fix은(는) Reditr Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes seeing other user's commands in chat, so that you can actually see what matters"입니다.
확장 프로그램 스크린샷
Twitch Plays Pokemon Chat Fix 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension hides messages that are commands, so that you may read actual messages in the chat at: http://www.twitch.tv/twitchplayspokemon
확장 프로그램 기본 정보
이름 | Twitch Plays Pokemon Chat Fix |
ID | dgjogmjpmldlanhjlggeibkoajnlmeen |
공식 URL | https://chromewebstore.google.com/detail/twitch-plays-pokemon-chat/dgjogmjpmldlanhjlggeibkoajnlmeen |
설명 | Removes seeing other user's commands in chat, so that you can actually see what matters |
파일 크기 | 56.6 KB |
설치 횟수 | 320 |
현재 버전 | 1.1.16 |
최근 업데이트 | 2014-02-18 |
출시 날짜 | 2014-02-18 |
평점 | 3.70/5 총 33 개의 평점 |
개발자 | Reditr Software |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://reddit6.com |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Plays Pokemon Chat Fix", "description": "Removes seeing other user's commands in chat, so that you can actually see what matters", "version": "1.1.16", "homepage_url": "http:\/\/reditr.com", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/twitch.tv\/twitchplayspokemon\/*", "*:\/\/*.twitch.tv\/twitchplayspokemon\/*" ], "js": [ "jQuery.js", "script.js" ] } ] } |