Twitch Channel Points Bonus Collector

Auto-clicks the Channel Points bonus button when it appears.

Twitch Channel Points Bonus Collector란 무엇입니까?

Twitch Channel Points Bonus Collector은(는) https://avi12.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto-clicks the Channel Points bonus button when it appears."입니다.

확장 프로그램 스크린샷

screenshot

Twitch Channel Points Bonus Collector 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Welcome to the Twitch Channel Points click farm!
Once the extension is installed, all you've got to do is to just open the Twitch live stream (or reload, if it's already open), and relax - the extension will take care of everything else.

Source code: https://github.com/avi12/twitch-cp-bonus-collector                    

확장 프로그램 기본 정보

이름 Twitch Channel Points Bonus Collector Twitch Channel Points Bonus Collector
ID kbbdnbaghpcjpdhbjbccadodjejlkkgg
공식 URL https://chromewebstore.google.com/detail/twitch-channel-points-bon/kbbdnbaghpcjpdhbjbccadodjejlkkgg
설명 Auto-clicks the Channel Points bonus button when it appears.
파일 크기 9.96 KB
설치 횟수 6,214
현재 버전 2.0.6
최근 업데이트 2023-03-13
출시 날짜 2020-06-30
평점 3.79/5 총 14 개의 평점
개발자 https://avi12.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://avi12.com
도움말 페이지 URL https://github.com/avi12/twitch-cp-bonus-collector/issues/new/choose
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.00ac8b83.png",
        "32": "icon32.plasmo.9ad0c5b6.png",
        "48": "icon48.plasmo.cae3a6b3.png",
        "64": "icon64.plasmo.e4b604fc.png",
        "128": "icon128.plasmo.b89b7dfa.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.00ac8b83.png",
            "32": "icon32.plasmo.9ad0c5b6.png",
            "48": "icon48.plasmo.cae3a6b3.png",
            "64": "icon64.plasmo.e4b604fc.png",
            "128": "icon128.plasmo.b89b7dfa.png"
        }
    },
    "version": "2.0.6",
    "author": "avi12",
    "name": "Twitch Channel Points Bonus Collector",
    "description": "Auto-clicks the Channel Points bonus button when it appears.",
    "homepage_url": "https:\/\/avi12.com\/twitch-cp-bonus-collector",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content.07616647.js"
            ],
            "css": []
        }
    ],
    "offline_enabled": true
}