GAMEPAD for Twitch Plays Pokemon

Play Pokemon at twitch.tv using your keyboard

Qu'est-ce que GAMEPAD for Twitch Plays Pokemon ?

GAMEPAD for Twitch Plays Pokemon est une extension Chrome développée par topac, et sa fonction principale est "Play Pokemon at twitch.tv using your keyboard".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension GAMEPAD for Twitch Plays Pokemon

Téléchargez les fichiers d'extension GAMEPAD for Twitch Plays Pokemon au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom GAMEPAD for Twitch Plays Pokemon GAMEPAD for Twitch Plays Pokemon
ID anibillhfplobgbcngoamkfmpjgcghff
URL Officiel https://chromewebstore.google.com/detail/gamepad-for-twitch-plays/anibillhfplobgbcngoamkfmpjgcghff
Description Play Pokemon at twitch.tv using your keyboard
Taille du Fichier 54.64 KB
Nombre d'Installations 99
Version Actuelle 0.2
Dernière Mise à Jour 2014-02-25
Date de Publication 2014-02-25
Évaluation 2.67/5 Total 3 Évaluations
Développeur topac
Type de Paiement free
Site Web de l'Extension https://github.com/topac/twitch-plays-pokemon-keypad
Langues Prises en Charge 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"
        ]
    }
}