Twitch Reward Claimer

Automatically claim twitch channel points rewards.

Co to jest Twitch Reward Claimer?

Twitch Reward Claimer to rozszerzenie Chrome opracowane przez Xenova, a jego główną funkcją jest „Automatically claim twitch channel points rewards.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Twitch Reward Claimer

Pobierz pliki rozszerzeń Twitch Reward Claimer 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

                        Tired of clicking "Click to claim a bonus!" to get channel points on twitch.tv? Use this Chrome extension to automatically claim channel point rewards.                    

Podstawowe informacje o rozszerzeniu

Nazwa Twitch Reward Claimer Twitch Reward Claimer
ID ebdhfgaeakejhkmikccanilmpadplhak
Oficjalny URL https://chrome.google.com/webstore/detail/twitch-reward-claimer/ebdhfgaeakejhkmikccanilmpadplhak
Opis Automatically claim twitch channel points rewards.
Rozmiar pliku 5.35 KB
Liczba instalacji 743
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2020-10-04
Data Publikacji 2020-10-04
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper Xenova
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/xenova/twitch-reward-claimer
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Reward Claimer",
    "version": "1.0.0",
    "description": "Automatically claim twitch channel points rewards.",
    "short_name": "Twitch Reward Claimer",
    "permissions": [
        "https:\/\/www.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Twitch Reward Claimer",
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "homepage_url": "https:\/\/github.com\/xenova\/twitch-reward-claimer"
}