#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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}