GAMEPAD for Twitch Plays Pokemon
Play Pokemon at twitch.tv using your keyboard
Hvad er GAMEPAD for Twitch Plays Pokemon?
GAMEPAD for Twitch Plays Pokemon er en Chrome-udvidelse udviklet af topac, og dens hovedfunktion er "Play Pokemon at twitch.tv using your keyboard".
Udvidelsesskærmbilleder
Download GAMEPAD for Twitch Plays Pokemon-udvidelses-CRX-fil
Download GAMEPAD for Twitch Plays Pokemon-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Play Pokemon at twitch.tv using your keyboard.
This extensions add a small gamepad near the chat box. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | anibillhfplobgbcngoamkfmpjgcghff |
| Officiel URL | https://chromewebstore.google.com/detail/gamepad-for-twitch-plays/anibillhfplobgbcngoamkfmpjgcghff |
| Beskrivelse | Play Pokemon at twitch.tv using your keyboard |
| Filstørrelse | 54.64 KB |
| Antal Installationer | 99 |
| Nuværende Version | 0.2 |
| Senest Opdateret | 2014-02-25 |
| Udgivelsesdato | 2014-02-25 |
| Bedømmelse | 2.67/5 Samlet 3 Bedømmelser |
| Udvikler | topac |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/topac/twitch-plays-pokemon-keypad |
| Understøttede Sprog | 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"
]
}
} | |