GAMEPAD for Twitch Plays Pokemon
Play Pokemon at twitch.tv using your keyboard
Wat is GAMEPAD for Twitch Plays Pokemon?
GAMEPAD for Twitch Plays Pokemon is een Chrome-extensie ontwikkeld door topac, en de belangrijkste functie is "Play Pokemon at twitch.tv using your keyboard".
Extensie Screenshots
Download het CRX-bestand van de extensie GAMEPAD for Twitch Plays Pokemon
Download GAMEPAD for Twitch Plays Pokemon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Play Pokemon at twitch.tv using your keyboard.
This extensions add a small gamepad near the chat box. Basisinformatie over de Extensie
| Naam | |
| ID | anibillhfplobgbcngoamkfmpjgcghff |
| Officiële URL | https://chromewebstore.google.com/detail/gamepad-for-twitch-plays/anibillhfplobgbcngoamkfmpjgcghff |
| Beschrijving | Play Pokemon at twitch.tv using your keyboard |
| Bestandsgrootte | 54.64 KB |
| Aantal Installaties | 99 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2014-02-25 |
| Publicatiedatum | 2014-02-25 |
| Beoordeling | 2.67/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | topac |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/topac/twitch-plays-pokemon-keypad |
| Ondersteunde Talen | 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"
]
}
} | |