#TheZone Kick Lotto Stats
Displays the number of times you've been kicked by the kick lotto in #TheZone on irc.tzirc.com.
#TheZone Kick Lotto Stats là gì?
#TheZone Kick Lotto Stats là một tiện ích mở rộng Chrome được phát triển bởi http://tzirc.com, và tính năng chính của nó là "Displays the number of times you've been kicked by the kick lotto in #TheZone on irc.tzirc.com.".
Ả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 #TheZone Kick Lotto Stats
Tải xuống các tệp mở rộng #TheZone Kick Lotto Stats 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
For users of the IRC channel #TheZone on irc.tzirc.com, #TheZone Kick Lotto Stats will display your kick count on the browser icon. Click it to display the top 10 list of the kick stats, as well as your ranking in the lotto. This extensions DOES NOT access your browser history or relay any information to #TheZone. The nick you set in the options is sent in a request for the current stats, however, no information from your computer or browser is stored on #TheZone's systems.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ieilikmbjcgnbcniepeilpajicpimacc |
URL Chính Thức | https://chrome.google.com/webstore/detail/thezone-kick-lotto-stats/ieilikmbjcgnbcniepeilpajicpimacc |
Mô tả | Displays the number of times you've been kicked by the kick lotto in #TheZone on irc.tzirc.com. |
Kích Thước Tệp | 29.14 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 1.14 |
Cập Nhật Lần Cuối | 2015-03-13 |
Ngày Phát Hành | 2015-03-13 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | http://tzirc.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://tzirc.com/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "manifest_version": 2, "background": { "page": "background.html" }, "browser_action": { "default_icon": "imgs\/icon_19.png", "default_title": "__MSG_tzks_name__", "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_tzks_description__", "icons": { "128": "imgs\/icon_128.png", "16": "imgs\/icon_16.png", "19": "imgs\/icon_19.png" }, "name": "__MSG_tzks_name__", "options_page": "options.html", "permissions": [ "storage", "tabs", "notifications", "http:\/\/tzirc.com\/*", "http:\/\/www.tzirc.com\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.14", "web_accessible_resources": [ "imgs\/icon_128.png" ] } |