Twitch - Auto Channel Points

Automatically collects Twitch.tv channel points

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

Twitch - Auto Channel Points은(는) arnoutpullen에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically collects Twitch.tv channel points"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Automatically collects Twitch.tv channel points, without you having to do anything. This way you can collect a lot of points while watching your favorite streamer(s)!

If it doesn't work on your browser, I recommed to try the BetterTTV extension.
https://chrome.google.com/webstore/detail/betterttv/ajopnjidmegmdimjlfnijceegpefgped                    

확장 프로그램 기본 정보

이름 Twitch - Auto Channel Points Twitch - Auto Channel Points
ID pnifeididimfpaomnnellcfjnjmgoepk
공식 URL https://chromewebstore.google.com/detail/twitch-auto-channel-point/pnifeididimfpaomnnellcfjnjmgoepk
설명 Automatically collects Twitch.tv channel points
파일 크기 19.93 KB
설치 횟수 14,799
현재 버전 1.0.2
최근 업데이트 2022-01-27
출시 날짜 2020-04-07
평점 2.86/5 총 36 개의 평점
개발자 arnoutpullen
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/ArnoutPullen/TwitchAutoChannelPoints
도움말 페이지 URL https://github.com/ArnoutPullen/TwitchAutoChannelPoints/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch - Auto Channel Points",
    "description": "Automatically collects Twitch.tv channel points",
    "version": "1.0.2",
    "author": "Arnout Pullen",
    "content_scripts": [
        {
            "js": [
                "sites\/twitch\/twitch.js"
            ],
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ]
        }
    ],
    "icons": {
        "128": "assets\/icons\/icon-128x128.png",
        "16": "assets\/icons\/icon-16x16.png",
        "32": "assets\/icons\/icon-32x32.png",
        "48": "assets\/icons\/icon-48x48.png"
    }
}