#TheZone Kick Lotto Stats

Displays the number of times you've been kicked by the kick lotto in #TheZone on irc.tzirc.com.

O que é #TheZone Kick Lotto Stats?

#TheZone Kick Lotto Stats é uma extensão do Chrome desenvolvida por http://tzirc.com, e sua principal característica é "Displays the number of times you've been kicked by the kick lotto in #TheZone on irc.tzirc.com.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão #TheZone Kick Lotto Stats

Baixe arquivos de extensão #TheZone Kick Lotto Stats no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome #TheZone Kick Lotto Stats #TheZone Kick Lotto Stats
ID ieilikmbjcgnbcniepeilpajicpimacc
URL Oficial https://chrome.google.com/webstore/detail/thezone-kick-lotto-stats/ieilikmbjcgnbcniepeilpajicpimacc
Descrição Displays the number of times you've been kicked by the kick lotto in #TheZone on irc.tzirc.com.
Tamanho do Arquivo 29.14 KB
Contagem de Instalações 16
Versão Atual 1.14
Última Atualização 2015-03-13
Data de Publicação 2015-03-13
Classificação 5.00/5 Total de 5 Avaliações
Desenvolvedor http://tzirc.com
Tipo de Pagamento free
Site da Extensão http://tzirc.com/
Idiomas Suportados 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"
    ]
}