Twitch Auto Bonus Claimer
Automatically claim your bonus on Twitch
Twitch Auto Bonus Claimer란 무엇입니까?
Twitch Auto Bonus Claimer은(는) Doğukan Doğru에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically claim your bonus on Twitch"입니다.
확장 프로그램 스크린샷
Twitch Auto Bonus Claimer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will claim your bonus on Twitch while you are enjoying the stream. This extension does not collect or store any of your data. Also you can check the project's Github page : https://github.com/dogukandogru/twtichautobonusclaimer
확장 프로그램 기본 정보
이름 | Twitch Auto Bonus Claimer |
ID | ddhkokekpijdobdjhlbldojfglknhjgp |
공식 URL | https://chromewebstore.google.com/detail/twitch-auto-bonus-claimer/ddhkokekpijdobdjhlbldojfglknhjgp |
설명 | Automatically claim your bonus on Twitch |
파일 크기 | 10.78 KB |
설치 횟수 | 81 |
현재 버전 | 2 |
최근 업데이트 | 2021-12-18 |
출시 날짜 | 2021-04-21 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Doğukan Doğru |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Auto Bonus Claimer", "description": "Automatically claim your bonus on Twitch", "version": "2", "manifest_version": 2, "permissions": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "http:\/\/www.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "run_at": "document_idle", "js": [ "claimer.js" ], "all_frames": true } ], "icons": { "32": "32.png", "48": "48.png", "64": "64.png" } } |