Twitch Auto-Redeem Channel Points

Auto-redeems Twitch channel points rewards for you!

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

Twitch Auto-Redeem Channel Points은(는) techno에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Auto-redeems Twitch channel points rewards for you!"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        ⚠ This extension is no longer being maintained ⚠

Auto-redeem your 15 minute Twitch channel points with the nicest GUI out of all other similar extensions! We also keep track of how many rewards you've redeem since installation with some little Easter eggs for you to unlock 😉! If you have any recommendations or ideas for future updates, please feel free to email me by clicking the "Contact the developer" button!                    

확장 프로그램 기본 정보

이름 Twitch Auto-Redeem Channel Points Twitch Auto-Redeem Channel Points
ID lggkblkmildmnfpgbhlggfalgpkmojpf
공식 URL https://chromewebstore.google.com/detail/twitch-auto-redeem-channe/lggkblkmildmnfpgbhlggfalgpkmojpf
설명 Auto-redeems Twitch channel points rewards for you!
파일 크기 1.58 MB
설치 횟수 7,334
현재 버전 1.4.1
최근 업데이트 2023-07-07
출시 날짜 2020-10-04
평점 4.64/5 총 11 개의 평점
개발자 techno
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Auto-Redeem Channel Points",
    "version": "1.4.1",
    "description": "Auto-redeems Twitch channel points rewards for you!",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "js\/redeem.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "menu.html"
    },
    "icons": {
        "120": "static\/icon.png"
    }
}