AFKChannelPoints

Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…

Co to jest AFKChannelPoints?

AFKChannelPoints to rozszerzenie Chrome opracowane przez tjaygrantham, a jego główną funkcją jest „Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia AFKChannelPoints

Pobierz pliki rozszerzeń AFKChannelPoints 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

                        Farm Twitch channel points while AFK.

* Whitelist streams
* Enable / disable whitelisted streams
* Auto mute streams
* Auto change quality to lowest                    

Podstawowe informacje o rozszerzeniu

Nazwa AFKChannelPoints AFKChannelPoints
ID ahlljeppiahmgkcnbdmiofmbgdmdjdcm
Oficjalny URL https://chromewebstore.google.com/detail/afkchannelpoints/ahlljeppiahmgkcnbdmiofmbgdmdjdcm
Opis Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…
Rozmiar pliku 124 KB
Liczba instalacji 123
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2020-11-23
Data Publikacji 2020-11-15
Ocena 4.00/5 Łącznie 2 Oceny
Deweloper tjaygrantham
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.1",
    "name": "AFKChannelPoints",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "icon.png"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/cdn.jsdelivr.net https:\/\/code.jquery.com; object-src 'self'"
}