GAMEPAD for Twitch Plays Pokemon
Play Pokemon at twitch.tv using your keyboard
What is GAMEPAD for Twitch Plays Pokemon?
GAMEPAD for Twitch Plays Pokemon is a Chrome extension developed by topac, and its main feature is "Play Pokemon at twitch.tv using your keyboard".
Extension Screenshots
Download GAMEPAD for Twitch Plays Pokemon Extension CRX File
Download GAMEPAD for Twitch Plays Pokemon extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Play Pokemon at twitch.tv using your keyboard. This extensions add a small gamepad near the chat box.
Extension Basic Information
Name | GAMEPAD for Twitch Plays Pokemon |
ID | anibillhfplobgbcngoamkfmpjgcghff |
Official URL | https://chromewebstore.google.com/detail/gamepad-for-twitch-plays/anibillhfplobgbcngoamkfmpjgcghff |
Description | Play Pokemon at twitch.tv using your keyboard |
File Size | 54.64 KB |
Installation Count | 99 |
Current Version | 0.2 |
Last Updated | 2014-02-25 |
Publish Date | 2014-02-25 |
Rating | 2.67/5 Total 3 Ratings |
Developer | topac |
Payment Type | free |
Extension Website | https://github.com/topac/twitch-plays-pokemon-keypad |
Supported Languages | 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" ] } } |