Twitch Chat Reader
Handles Automatically Reading Twitch Chat
Twitch Chat Reader란 무엇입니까?
Twitch Chat Reader은(는) fuccaro.ost에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Handles Automatically Reading Twitch Chat"입니다.
Twitch Chat Reader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Twitch Chat Reader (Alpha) Want to have twitch chat read for you? Want to experience the cancerous effects of chat without having to stop fapping? this is the extension for you! Beware, this is an early Alpha, please direct all feature requests to the git
확장 프로그램 기본 정보
이름 | |
ID | kajlflbjoafhflgfbpldefdnbhlfdion |
공식 URL | https://chrome.google.com/webstore/detail/twitch-chat-reader/kajlflbjoafhflgfbpldefdnbhlfdion |
설명 | Handles Automatically Reading Twitch Chat |
파일 크기 | 56.57 KB |
설치 횟수 | 200 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2016-05-27 |
출시 날짜 | 2016-05-27 |
평점 | 4.14/5 총 7 개의 평점 |
개발자 | fuccaro.ost |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Chat Reader", "version": "0.0.4", "manifest_version": 2, "description": "Handles Automatically Reading Twitch Chat", "homepage_url": "http:\/\/www.reddit.com\/u\/anarcie", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.jpg", "128": "icons\/icon128.jpg" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_title": "Twitch Chat Reader", "default_popup": "src\/popup.html" }, "permissions": [ "https:\/\/www.twitch.tv\/*", "http:\/\/www.twitch.tv\/*", "tabs", "webNavigation", "storage" ] } |