Channel Point and Drop Collector
Collects bonus channel points and claims Drops while watching a stream on Twitch.
Channel Point and Drop Collector란 무엇입니까?
Channel Point and Drop Collector은(는) WeaselStorm에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Collects bonus channel points and claims Drops while watching a stream on Twitch."입니다.
확장 프로그램 스크린샷
Channel Point and Drop Collector 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Collects bonus channel points while watching your favorite streamers and claims any Drops from the new Twitch Drops and Inventory system automatically. Simply open the stream you wish to claim drops from and let the extension do the rest.
확장 프로그램 기본 정보
이름 | |
ID | ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
공식 URL | https://chrome.google.com/webstore/detail/channel-point-and-drop-co/ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
설명 | Collects bonus channel points and claims Drops while watching a stream on Twitch. |
파일 크기 | 11.4 KB |
설치 횟수 | 3,691 |
현재 버전 | 0.0.10 |
최근 업데이트 | 2022-01-02 |
출시 날짜 | 2021-12-22 |
평점 | 3.57/5 총 7 개의 평점 |
개발자 | WeaselStorm |
이메일 | [email protected] |
확장 프로그램 웹 사이트 | https://github.com/WeaselStorm/ChannelPointCollector |
도움말 페이지 URL | https://github.com/WeaselStorm/ChannelPointCollector/issues |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Channel Point and Drop Collector", "version": "0.0.10", "description": "Collects bonus channel points and claims Drops while watching a stream on Twitch.", "icons": { "128": "icon128.png", "64": "icon64.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "js\/interaction.js" ] } ] } |