#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とは何ですか?
#TheZone Kick Lotto Statsはhttp://tzirc.comによって開発されたChromeの拡張機能で、その主な機能は「Displays the number of times you've been kicked by the kick lotto in #TheZone on irc.tzirc.com.」です。
拡張機能のスクリーンショット
#TheZone Kick Lotto Stats拡張機能のCRXファイルをダウンロード
#TheZone Kick Lotto Stats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | |
ID | ieilikmbjcgnbcniepeilpajicpimacc |
公式URL | https://chrome.google.com/webstore/detail/thezone-kick-lotto-stats/ieilikmbjcgnbcniepeilpajicpimacc |
説明 | Displays the number of times you've been kicked by the kick lotto in #TheZone on irc.tzirc.com. |
ファイルサイズ | 29.14 KB |
インストール数 | 16 |
現在のバージョン | 1.14 |
最終更新日 | 2015-03-13 |
公開日 | 2015-03-13 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | http://tzirc.com |
支払い方法 | free |
拡張機能のウェブサイト | http://tzirc.com/ |
対応言語 | 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" ] } |