TPPController
Controller for Twitch Plays Pokemon
什么是TPPController?
TPPController是由CosmoCleaner开发的Chrome扩展程序,该扩展的主要功能是“Controller for Twitch Plays Pokemon”。
扩展截图
下载TPPController扩展crx文件
下载TPPController扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Game Controller for Twitch Plays Pokemon.
This app functions:
* Filtering switch : remove commands from chat ( New! )
* Send command via twitch chat instead of you.
* Send command continuously and automatically ( per 10 sec).
* Show current UTC time for measuring lag.
No more PC HELL!!!
Don't panic, Be calm.
Dedicate this app to lovable pokemons lost by PC.
May the helix be with you...always...
------------------------------------
0.7.5
Fixed for new twitch UI
0.7.0
Add a function to filter commands in chat.
0.6.0
Add a function of showing UTC time.
0.5.0
Release 扩展基本信息
| 名称 | |
| ID | apiikakfnkkojggokigmeeakkcbacebp |
| 官方URL | https://chrome.google.com/webstore/detail/tppcontroller/apiikakfnkkojggokigmeeakkcbacebp |
| 简介 | Controller for Twitch Plays Pokemon |
| 文件大小 | 714 KB |
| 安装次数 | 27 |
| 当前版本 | 0.7.5 |
| 更新时间 | 2014-03-11 |
| 上架时间 | 2014-03-11 |
| 评分 | 3.83/5 共6次评分 |
| 开发者 | CosmoCleaner |
| 付费类型 | free |
| 扩展官网 | https://twitter.com/cosmo_cleaner |
| 帮助页面URL | https://twitter.com/cosmo_cleaner |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "TPPController",
"description": "Controller for Twitch Plays Pokemon",
"version": "0.7.5",
"manifest_version": 2,
"permissions": [
"tabs",
"http:\/\/*\/*"
],
"browser_action": {
"default_icon": "img\/TPPIcon128.png",
"default_title": "TPPController",
"default_popup": "popup.html"
},
"background": {
"scripts": []
},
"content_scripts": [
{
"matches": [
"http:\/\/www.twitch.tv\/twitchplayspokemon"
],
"css": [
"css\/content_script.css"
],
"js": [
"js\/jquery-1.8.2.min.js",
"js\/bootstrap.min.js",
"js\/content_script.js"
],
"run_at": "document_idle"
}
],
"icons": {
"48": "img\/TPPIcon48.png",
"128": "img\/TPPIcon128.png"
},
"web_accessible_resources": [
"img\/glyphicons-halflings-white.png",
"content_script_template.html",
"img\/TPPController.png"
]
} | |