Twitch Treasure Collector (Channel Points)
Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK
Twitch Treasure Collector (Channel Points)란 무엇입니까?
Twitch Treasure Collector (Channel Points)은(는) chris에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK"입니다.
확장 프로그램 스크린샷
Twitch Treasure Collector (Channel Points) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Are you a regular viewer of Twitch.TV streamers? Do your favourite broadcasters offer channel points? If you want to make sure you never miss out on those extra bonus channel points, then this is the extension for you! Simply add to your browser, and whenever you're on a Twitch.TV channel, we'll periodically check to see if there is a bonus to be had, if there is, we'll collect it for you, even if you're not at your keyboard!
확장 프로그램 기본 정보
이름 | |
ID | bbpbicnlhdipmlbohpjhecindeieebbe |
공식 URL | https://chrome.google.com/webstore/detail/twitch-treasure-collector/bbpbicnlhdipmlbohpjhecindeieebbe |
설명 | Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK |
파일 크기 | 2.25 MB |
설치 횟수 | 234 |
현재 버전 | 1.0 |
최근 업데이트 | 2020-03-12 |
출시 날짜 | 2020-03-12 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | chris |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/cmjchrisjones/TwitchTreasureCollector |
도움말 페이지 URL | https://github.com/cmjchrisjones/TwitchTreasureCollector |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0", "name": "Twitch Treasure Collector (Channel Points)", "description": "Never miss a Twitch.TV channel points bonus again. Regular viewer on Twitch channels? Streamer offer channel points? Claim when AFK", "browser_action": [], "icons": { "16": ".\/1x\/Logo-8.png", "48": ".\/1x\/Logo-8.png", "128": ".\/1x\/Logo-8.png" }, "author": "Chris Jones, Brett Miller, CorBob", "permissions": [ "tabs", "*:\/\/*.twitch.tv\/*" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "collector.js" ] } ] } |