Twitch Bonus Claimer
Claims twitch channel bonus immediately, automatically.
Twitch Bonus Claimer란 무엇입니까?
Twitch Bonus Claimer은(는) 0x0000에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Claims twitch channel bonus immediately, automatically."입니다.
확장 프로그램 스크린샷
Twitch Bonus Claimer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Automatically claim your bonus channel points on Twitch by clicking the bonus button automatically, immediately! While enjoying your favorite Twitch stream, you collect bonus loyalty points automatically. You just need to open your stream and it will do its job silently. For any issues occurred or comments, don't hesitate to contact with me. Any thought is appreciated.
확장 프로그램 기본 정보
이름 | Twitch Bonus Claimer |
ID | ipdoelbonfnecijpmlgdmmakmifnicci |
공식 URL | https://chromewebstore.google.com/detail/twitch-bonus-claimer/ipdoelbonfnecijpmlgdmmakmifnicci |
설명 | Claims twitch channel bonus immediately, automatically. |
파일 크기 | 52.36 KB |
설치 횟수 | 589 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2020-04-07 |
출시 날짜 | 2020-04-06 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | 0x0000 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Bonus Claimer", "version": "1.0.2", "description": "Claims twitch channel bonus immediately, automatically.", "permissions": [ "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content_scripts\/bonus_claimer.js" ], "run_at": "document_idle" } ], "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/bonus_claimer_16.png", "32": "images\/bonus_claimer_32.png", "48": "images\/bonus_claimer_48.png", "128": "images\/bonus_claimer_128.png", "500": "images\/bonus_claimer_500.png" } }, "icons": { "16": "images\/bonus_claimer_16.png", "32": "images\/bonus_claimer_32.png", "48": "images\/bonus_claimer_48.png", "128": "images\/bonus_claimer_128.png", "500": "images\/bonus_claimer_500.png" }, "manifest_version": 2 } |