AutoClaimer - Claim Twitch Channel Points

Claim Twitch Channel Points Automatically

Vad är AutoClaimer - Claim Twitch Channel Points?

AutoClaimer - Claim Twitch Channel Points är en Chrome-tillägg utvecklad av SageMod, och dess huvudfunktion är "Claim Twitch Channel Points Automatically".

Tilläggsskärmbilder

screenshot

Ladda ner AutoClaimer - Claim Twitch Channel Points-förlängningens CRX-fil

Ladda ner AutoClaimer - Claim Twitch Channel Points-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn AutoClaimer - Claim Twitch Channel Points AutoClaimer - Claim Twitch Channel Points
ID bageaanpgiopmkhancpngfndapencbdk
Officiell webbadress https://chromewebstore.google.com/detail/autoclaimer-claim-twitch/bageaanpgiopmkhancpngfndapencbdk
Beskrivning Claim Twitch Channel Points Automatically
Filstorlek 186 KB
Antal Installationer 41
Aktuell Version 1.0.1
Senast Uppdaterad 2022-10-31
Publiceringsdatum 2022-09-18
Utvecklare SageMod
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://ravensmove.com/privacy-policy
Stödda Språk 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"
        }
    }
}