Twitch Pokemon Helper

Helps attain pokemon badges the TwitchPresents stream.

Co je Twitch Pokemon Helper?

Twitch Pokemon Helper je rozšíření Chrome vyvinuté Xeio, a jeho hlavní funkcí je „Helps attain pokemon badges the TwitchPresents stream.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Twitch Pokemon Helper

Stáhněte si soubory rozšíření Twitch Pokemon Helper 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í

                        For the TwitchPresents Pokemon anime stream.

Plays sounds when badges appear on stream. Can play separate sounds for new or already-owned badges. Options can be changed by clicking the extension button.

If an Ad is visible when a badge appears, this extension will make the badge extension visible and clickable even if it wouldn't normally be. This feature is disabled by default.                    

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

Název Twitch Pokemon Helper Twitch Pokemon Helper
ID lkiomiclaaoehjemoljiekcfaofkomkl
Oficiální URL https://chromewebstore.google.com/detail/twitch-pokemon-helper/lkiomiclaaoehjemoljiekcfaofkomkl
Popis Helps attain pokemon badges the TwitchPresents stream.
Velikost souboru 116 KB
Počet instalací 343
Aktuální Verze 1.2.2
Poslední Aktualizace 2018-09-18
Datum Vydání 2018-09-18
Hodnocení 4.82/5 Celkem 22 Hodnocení
Vývojář Xeio
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/Xeio/TwitchPokemonHelper
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Pokemon Helper",
    "version": "1.2.2",
    "manifest_version": 2,
    "description": "Helps attain pokemon badges the TwitchPresents stream.",
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "https:\/\/www.twitch.tv\/twitchpresents"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.ext-twitch.tv\/*"
            ],
            "all_frames": true,
            "js": [
                "src\/inject.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "src\/preferences.js",
            "src\/bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "src\/options.html"
    },
    "web_accessible_resources": [
        "src\/pageInject.js"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.ext-twitch.tv\/*"
        ]
    }
}