#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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays the number of times you've been kicked by the kick lotto in #TheZone on irc.tzirc.com."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में #TheZone Kick Lotto Stats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}