AutoClaimer - Claim Twitch Channel Points

Claim Twitch Channel Points Automatically

Co to jest AutoClaimer - Claim Twitch Channel Points?

AutoClaimer - Claim Twitch Channel Points to rozszerzenie Chrome opracowane przez SageMod, a jego główną funkcją jest „Claim Twitch Channel Points Automatically”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AutoClaimer - Claim Twitch Channel Points

Pobierz pliki rozszerzeń AutoClaimer - Claim Twitch Channel Points w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa AutoClaimer - Claim Twitch Channel Points AutoClaimer - Claim Twitch Channel Points
ID bageaanpgiopmkhancpngfndapencbdk
Oficjalny URL https://chromewebstore.google.com/detail/autoclaimer-claim-twitch/bageaanpgiopmkhancpngfndapencbdk
Opis Claim Twitch Channel Points Automatically
Rozmiar pliku 186 KB
Liczba instalacji 41
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2022-10-31
Data Publikacji 2022-09-18
Deweloper SageMod
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://ravensmove.com/privacy-policy
Obsługiwane Języki 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"
        }
    }
}