AutoClaimer - Claim Twitch Channel Points

Claim Twitch Channel Points Automatically

AutoClaimer - Claim Twitch Channel Points란 무엇입니까?

AutoClaimer - Claim Twitch Channel Points은(는) SageMod에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Claim Twitch Channel Points Automatically"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Auto claim channel points bonus on twitch.tv

This extension automatically claim channel points when the "claim bonus" button is available on Twitch.

Request new features or found a bug? Tweet at https://twitter.com/ravensmove

Buy Me A Coffee: https://www.buymeacoffee.com/ravensmove

Love the extension? Give us a rating!

FAQ:
1. What information do you collect?
I do not collect any personal data.

Stay in touch:
Follow me on Twitter: https://twitter.com/ravensmove
Follow me on YouTube: https://www.youtube.com/channel/UCf6iug9TTijGv6QTkASvCHw?sub_confirmation=1                    

확장 프로그램 기본 정보

이름 AutoClaimer - Claim Twitch Channel Points AutoClaimer - Claim Twitch Channel Points
ID bageaanpgiopmkhancpngfndapencbdk
공식 URL https://chromewebstore.google.com/detail/autoclaimer-claim-twitch/bageaanpgiopmkhancpngfndapencbdk
설명 Claim Twitch Channel Points Automatically
파일 크기 186 KB
설치 횟수 41
현재 버전 1.0.1
최근 업데이트 2022-10-31
출시 날짜 2022-09-18
개발자 SageMod
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://ravensmove.com/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoClaimer - Claim Twitch Channel Points",
    "description": "Claim Twitch Channel Points Automatically",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "AutoClaimer - Claim Twitch Channel Points",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}