Twitch Pokemon Helper

Helps attain pokemon badges the TwitchPresents stream.

Twitch Pokemon Helperとは何ですか?

Twitch Pokemon HelperはXeioによって開発されたChromeの拡張機能で、その主な機能は「Helps attain pokemon badges the TwitchPresents stream.」です。

拡張機能のスクリーンショット

screenshot

Twitch Pokemon Helper拡張機能のCRXファイルをダウンロード

Twitch Pokemon Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Twitch Pokemon Helper Twitch Pokemon Helper
ID lkiomiclaaoehjemoljiekcfaofkomkl
公式URL https://chromewebstore.google.com/detail/twitch-pokemon-helper/lkiomiclaaoehjemoljiekcfaofkomkl
説明 Helps attain pokemon badges the TwitchPresents stream.
ファイルサイズ 116 KB
インストール数 343
現在のバージョン 1.2.2
最終更新日 2018-09-18
公開日 2018-09-18
評価 4.82/5 合計 22 レビュー
開発者 Xeio
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/Xeio/TwitchPokemonHelper
対応言語 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\/*"
        ]
    }
}