Twitch Bonus Chest Auto Claimer
Automatically claim the bonus chest when watching a live on Twitch.tv
Twitch Bonus Chest Auto Claimer란 무엇입니까?
Twitch Bonus Chest Auto Claimer은(는) antonylgs에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically claim the bonus chest when watching a live on Twitch.tv"입니다.
확장 프로그램 스크린샷
Twitch Bonus Chest Auto Claimer 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Streamline Your Twitch Experience! Unlock the power of automation with our Chrome extension. Say goodbye to manual bonus chest clicks and hello to effortless channel point collection! • Instant Bonus Claim Our extension swoops in the moment that coveted bonus chest appears. No more missed opportunities or tedious clicks. • Seamless Viewing Whether you're in fullscreen mode or have hidden the chat, rest assured that your bonus will be claimed automatically. • More Time for What Matters Enjoy uninterrupted viewing, engage with your favorite streamers, and let our extension handle the rest. Elevate your Twitch experience today! Download now and start collecting those channel points effortlessly.
확장 프로그램 기본 정보
이름 | Twitch Bonus Chest Auto Claimer |
ID | pdjfehhlnpmhgdkoplaoiigclmkoifgb |
공식 URL | https://chromewebstore.google.com/detail/twitch-bonus-chest-auto-c/pdjfehhlnpmhgdkoplaoiigclmkoifgb |
설명 | Automatically claim the bonus chest when watching a live on Twitch.tv |
파일 크기 | 141 KB |
설치 횟수 | 45 |
현재 버전 | 1.1.0 |
최근 업데이트 | 2023-10-04 |
출시 날짜 | 2023-10-03 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | antonylgs |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch Bonus Chest Auto Claimer", "version": "1.1.0", "description": "Automatically claim the bonus chest when watching a live on Twitch.tv", "host_permissions": [ "https:\/\/www.twitch.tv\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ] } ], "permissions": [ "storage" ], "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "action": { "default_title": "Twitch Bonus Chest Auto Claimer", "default_popup": "popup.html" } } |