AutoClaimer - Claim Twitch Channel Points

Claim Twitch Channel Points Automatically

Wat is AutoClaimer - Claim Twitch Channel Points?

AutoClaimer - Claim Twitch Channel Points is een Chrome-extensie ontwikkeld door SageMod, en de belangrijkste functie is "Claim Twitch Channel Points Automatically".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie AutoClaimer - Claim Twitch Channel Points

Download AutoClaimer - Claim Twitch Channel Points-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam AutoClaimer - Claim Twitch Channel Points AutoClaimer - Claim Twitch Channel Points
ID bageaanpgiopmkhancpngfndapencbdk
Officiële URL https://chromewebstore.google.com/detail/autoclaimer-claim-twitch/bageaanpgiopmkhancpngfndapencbdk
Beschrijving Claim Twitch Channel Points Automatically
Bestandsgrootte 186 KB
Aantal Installaties 41
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-10-31
Publicatiedatum 2022-09-18
Ontwikkelaar SageMod
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://ravensmove.com/privacy-policy
Ondersteunde Talen 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"
        }
    }
}