Twitch Plays Pokemon Chat Fix
Removes seeing other user's commands in chat, so that you can actually see what matters
Twitch Plays Pokemon Chat Fix là gì?
Twitch Plays Pokemon Chat Fix là một tiện ích mở rộng Chrome được phát triển bởi Reditr Software, và tính năng chính của nó là "Removes seeing other user's commands in chat, so that you can actually see what matters".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Twitch Plays Pokemon Chat Fix
Tải xuống các tệp mở rộng Twitch Plays Pokemon Chat Fix dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This extension hides messages that are commands, so that you may read actual messages in the chat at: http://www.twitch.tv/twitchplayspokemon
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Twitch Plays Pokemon Chat Fix |
ID | dgjogmjpmldlanhjlggeibkoajnlmeen |
URL Chính Thức | https://chromewebstore.google.com/detail/twitch-plays-pokemon-chat/dgjogmjpmldlanhjlggeibkoajnlmeen |
Mô tả | Removes seeing other user's commands in chat, so that you can actually see what matters |
Kích Thước Tệp | 56.6 KB |
Số Lần Cài Đặt | 320 |
Phiên Bản Hiện Tại | 1.1.16 |
Cập Nhật Lần Cuối | 2014-02-18 |
Ngày Phát Hành | 2014-02-18 |
Đánh Giá | 3.70/5 Tổng số 33 Đánh Giá |
Nhà Phát Triển | Reditr Software |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://reddit6.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Plays Pokemon Chat Fix", "description": "Removes seeing other user's commands in chat, so that you can actually see what matters", "version": "1.1.16", "homepage_url": "http:\/\/reditr.com", "icons": { "48": "icon48.png", "128": "icon128.png" }, "permissions": [], "content_scripts": [ { "matches": [ "*:\/\/twitch.tv\/twitchplayspokemon\/*", "*:\/\/*.twitch.tv\/twitchplayspokemon\/*" ], "js": [ "jQuery.js", "script.js" ] } ] } |