GAMEPAD for Twitch Plays Pokemon
Play Pokemon at twitch.tv using your keyboard
Cos'è GAMEPAD for Twitch Plays Pokemon?
GAMEPAD for Twitch Plays Pokemon è un'estensione di Chrome sviluppata da topac, e la sua funzione principale è "Play Pokemon at twitch.tv using your keyboard".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GAMEPAD for Twitch Plays Pokemon
Scarica i file di estensione GAMEPAD for Twitch Plays Pokemon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Play Pokemon at twitch.tv using your keyboard.
This extensions add a small gamepad near the chat box. Informazioni di Base sull'Estensione
| Nome | |
| ID | anibillhfplobgbcngoamkfmpjgcghff |
| URL Ufficiale | https://chromewebstore.google.com/detail/gamepad-for-twitch-plays/anibillhfplobgbcngoamkfmpjgcghff |
| Descrizione | Play Pokemon at twitch.tv using your keyboard |
| Dimensione del File | 54.64 KB |
| Conteggio Installazioni | 99 |
| Versione Corrente | 0.2 |
| Ultimo Aggiornamento | 2014-02-25 |
| Data di Pubblicazione | 2014-02-25 |
| Valutazione | 2.67/5 Totale 3 Valutazioni |
| Sviluppatore | topac |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/topac/twitch-plays-pokemon-keypad |
| Lingue Supportate | 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"
]
}
} | |