AFKChannelPoints

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

Co je AFKChannelPoints?

AFKChannelPoints je rozšíření Chrome vyvinuté tjaygrantham, a jeho hlavní funkcí je „Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření AFKChannelPoints

Stáhněte si soubory rozšíření AFKChannelPoints ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Farm Twitch channel points while AFK.

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

Základní Informace o Rozšíření

Název AFKChannelPoints AFKChannelPoints
ID ahlljeppiahmgkcnbdmiofmbgdmdjdcm
Oficiální URL https://chromewebstore.google.com/detail/afkchannelpoints/ahlljeppiahmgkcnbdmiofmbgdmdjdcm
Popis Farm Twitch channel points while AFK. * Whitelist streams * Enable / disable whitelisted streams * Auto mute streams * Auto change…
Velikost souboru 124 KB
Počet instalací 123
Aktuální Verze 1.0.1
Poslední Aktualizace 2020-11-23
Datum Vydání 2020-11-15
Hodnocení 4.00/5 Celkem 2 Hodnocení
Vývojář tjaygrantham
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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'"
}