GAMEPAD for Twitch Plays Pokemon

Play Pokemon at twitch.tv using your keyboard

GAMEPAD for Twitch Plays Pokemonとは何ですか?

GAMEPAD for Twitch Plays Pokemonはtopacによって開発されたChromeの拡張機能で、その主な機能は「Play Pokemon at twitch.tv using your keyboard」です。

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

screenshot

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

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

拡張機能の使用方法

                        Play Pokemon at twitch.tv using your keyboard.
This extensions add a small gamepad near the chat box.                    

拡張機能の基本情報

名前 GAMEPAD for Twitch Plays Pokemon GAMEPAD for Twitch Plays Pokemon
ID anibillhfplobgbcngoamkfmpjgcghff
公式URL https://chromewebstore.google.com/detail/gamepad-for-twitch-plays/anibillhfplobgbcngoamkfmpjgcghff
説明 Play Pokemon at twitch.tv using your keyboard
ファイルサイズ 54.64 KB
インストール数 99
現在のバージョン 0.2
最終更新日 2014-02-25
公開日 2014-02-25
評価 2.67/5 合計 3 レビュー
開発者 topac
支払い方法 free
拡張機能のウェブサイト https://github.com/topac/twitch-plays-pokemon-keypad
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GAMEPAD for Twitch Plays Pokemon",
    "description": "Play Pokemon at twitch.tv using your keyboard",
    "version": "0.2",
    "permissions": [
        "tabs",
        "*:\/\/www.twitch.tv\/",
        "*:\/\/twitch.tv\/"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}