Twitch - Auto Claim Points(忠誠點數)

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

Was ist Twitch - Auto Claim Points(忠誠點數)?

Twitch - Auto Claim Points(忠誠點數) ist eine Chrome-Erweiterung, die von ITyouG entwickelt wurde, und ihr Hauptmerkmal ist "Automatically claim the bonus channel points when the option pops up in twitch chat.".

Erweiterungsscreenshots

screenshot

Twitch - Auto Claim Points(忠誠點數)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Twitch - Auto Claim Points(忠誠點數)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

This extension will redeem the bonus points from Twitch Channel Points that are given to viewers during live streams each 15 minutes.

Source code:https://github.com/ITyouG/Auto-Claim-Twitch-Points                    

Grundlegende Informationen zur Erweiterung

Name Twitch - Auto Claim Points(忠誠點數) Twitch - Auto Claim Points(忠誠點數)
ID gjhoghnlnfbcacnbfagcbfdmjejebaje
Offizielle URL https://chromewebstore.google.com/detail/twitch-auto-claim-points%E5%BF%A0/gjhoghnlnfbcacnbfagcbfdmjejebaje
Beschreibung Automatically claim the bonus channel points when the option pops up in twitch chat.
Dateigröße 6.07 KB
Installationsanzahl 674
Aktuelle Version 1.0.0
Letztes Update 2021-11-03
Veröffentlichungsdatum 2021-03-07
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler ITyouG
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch - Auto Claim Points(\u5fe0\u8aa0\u9ede\u6578)",
    "description": "Automatically claim the bonus channel points when the option pops up in twitch chat.",
    "version": "1.0.0",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/www.twitch.tv\/*",
        "https:\/\/www.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.twitch.tv\/*",
                "https:\/\/www.twitch.tv\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "injected.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "32": "icon_32.png",
        "48": "icon_48.png",
        "64": "icon_64.png"
    }
}