Twitch Channel Points Auto Redeem

Automatically redeem the bonus channel points when the option pops up in twitch chat

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

Twitch Channel Points Auto Redeem은(는) Frank에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically redeem the bonus channel points when the option pops up in twitch chat"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        You can tell it is working because it will say "STREAM CHAT (AUTO ✅)" instead of just "STREAM CHAT" above the chat. It will take a few seconds to appear after a stream is loaded.

Open source at https://github.com/FrankSalmick/twitch-autoredeem

Report problems at https://github.com/FrankSalmick/twitch-autoredeem/issues                    

확장 프로그램 기본 정보

이름 Twitch Channel Points Auto Redeem Twitch Channel Points Auto Redeem
ID aklgphppnaannfmmijfggcckafbkbihi
공식 URL https://chromewebstore.google.com/detail/twitch-channel-points-aut/aklgphppnaannfmmijfggcckafbkbihi
설명 Automatically redeem the bonus channel points when the option pops up in twitch chat
파일 크기 7.08 KB
설치 횟수 903
현재 버전 20.12.23
최근 업데이트 2020-12-24
출시 날짜 2020-04-08
평점 4.80/5 총 5 개의 평점
개발자 Frank
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/FrankSalmick/twitch-autoredeem
도움말 페이지 URL https://github.com/FrankSalmick/twitch-autoredeem/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Automatically redeem the bonus channel points when the option pops up in twitch chat",
    "manifest_version": 2,
    "name": "Twitch Channel Points Auto Redeem",
    "short_name": "Channel Points Redeemer",
    "version": "20.12.23",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "twitchAutoredeem.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "128": "icon128.png"
    }
}