TPPController
Controller for Twitch Plays Pokemon
TPPController क्या है?
TPPController CosmoCleaner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Controller for Twitch Plays Pokemon"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में TPPController एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } |