#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.”。

扩展截图

screenshot
screenshot

下载#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.                    

扩展基本信息

名称 #TheZone Kick Lotto Stats #TheZone Kick Lotto Stats
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"
    ]
}