Twitch Auto Channel Points Collector

Automatically collect channel points while you are watching someone on twitch.tv!

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

Twitch Auto Channel Points Collector은(는) https://jerejacobson.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically collect channel points while you are watching someone on twitch.tv!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is an extension for twitch.tv that will auto click on channel point gifts for you.                    

확장 프로그램 기본 정보

이름 Twitch Auto Channel Points Collector Twitch Auto Channel Points Collector
ID jhkcenchneiejpdcglhdodfokjabojfp
공식 URL https://chromewebstore.google.com/detail/twitch-auto-channel-point/jhkcenchneiejpdcglhdodfokjabojfp
설명 Automatically collect channel points while you are watching someone on twitch.tv!
파일 크기 46.46 KB
설치 횟수 153
현재 버전 0.0.0.2
최근 업데이트 2022-02-01
출시 날짜 2022-01-14
평점 5.00/5 총 1 개의 평점
개발자 https://jerejacobson.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.jerejacobson.com/posts/buildchromeextension/
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Auto Channel Points Collector",
    "description": "Automatically collect channel points while you are watching someone on twitch.tv!",
    "version": "0.0.0.2",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "css": [
            "style.css"
        ],
        "default_icon": {
            "16": "\/images\/channel16.png",
            "32": "\/images\/channel32.png",
            "48": "\/images\/channel48.png",
            "128": "\/images\/channel128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "thirdParty\/jquery-3.6.0.min.js",
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/channel16.png",
        "32": "\/images\/channel32.png",
        "48": "\/images\/channel48.png",
        "128": "\/images\/channel128.png"
    }
}