Twitch Bonus Chest Auto Clicker (Enhanced)

Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv ###################################### What makes…

Twitch Bonus Chest Auto Clicker (Enhanced)란 무엇입니까?

Twitch Bonus Chest Auto Clicker (Enhanced)은(는) Jean-Michel M. | twitch.tv/krowplex에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv ###################################### What makes…"입니다.

확장 프로그램 스크린샷

screenshot

Twitch Bonus Chest Auto Clicker (Enhanced) 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv

######################################
What makes this extension better than the others?
######################################

GitHub: The full code of this project is available on GitHub with public forums for problems and suggestion.

Minified: Extension's code is minified, which means faster loading time.

Lightweight & Optimized: Other extensions that does the exact same thing seems to cause early stream delay stutter and stream lag, or straight up doesn't work anymore. I've built my very own version to make sure this doesn't happen.

Secure and no useless code: No data is being collected what so ever.

########################################

v1.1 - Fixed an issue where an user would switch channel without quitting Twitch, causing the bonus chest to not restart the countdown (original countdown being 5 minutes before appearing). Script will now start after ~8 seconds and will trigger a click every 1 second. This should give just enough time for the stream to load properly.                    

확장 프로그램 기본 정보

이름 Twitch Bonus Chest Auto Clicker (Enhanced) Twitch Bonus Chest Auto Clicker (Enhanced)
ID kibalnfonkjeflihncmfdngdeekcmfel
공식 URL https://chromewebstore.google.com/detail/twitch-bonus-chest-auto-c/kibalnfonkjeflihncmfdngdeekcmfel
설명 Lightweight & Optimized Bonus Chest (Channel Points) Auto Clicker for Twitch.tv ###################################### What makes…
파일 크기 11.43 KB
설치 횟수 4,315
현재 버전 1.1
최근 업데이트 2021-01-28
출시 날짜 2021-01-21
평점 4.88/5 총 8 개의 평점
개발자 Jean-Michel M. | twitch.tv/krowplex
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/jeanmichelmorin/Twitch-Bonus-Chest-Auto-Clicker
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Bonus Chest Auto Clicker (Enhanced)",
    "version": "1.1",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "controller.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Twitch Bonus Chest Auto Clicker",
        "default_icon": "image.png"
    },
    "icons": {
        "184": "image.png"
    }
}