#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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://tzirc.com, και η κύρια λειτουργία του είναι "Displays the number of times you've been kicked by the kick lotto in #TheZone on irc.tzirc.com.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης #TheZone Kick Lotto Stats
Λήψη αρχείων επέκτασης #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" ] } |