#TheZone Kick Lotto Stats
Displays the number of times you've been kicked by the kick lotto in #TheZone on irc.tzirc.com.
Qu'est-ce que #TheZone Kick Lotto Stats ?
#TheZone Kick Lotto Stats est une extension Chrome développée par http://tzirc.com, et sa fonction principale est "Displays the number of times you've been kicked by the kick lotto in #TheZone on irc.tzirc.com.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension #TheZone Kick Lotto Stats
Téléchargez les fichiers d'extension #TheZone Kick Lotto Stats au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ieilikmbjcgnbcniepeilpajicpimacc |
URL Officiel | https://chrome.google.com/webstore/detail/thezone-kick-lotto-stats/ieilikmbjcgnbcniepeilpajicpimacc |
Description | Displays the number of times you've been kicked by the kick lotto in #TheZone on irc.tzirc.com. |
Taille du Fichier | 29.14 KB |
Nombre d'Installations | 16 |
Version Actuelle | 1.14 |
Dernière Mise à Jour | 2015-03-13 |
Date de Publication | 2015-03-13 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | http://tzirc.com |
Type de Paiement | free |
Site Web de l'Extension | http://tzirc.com/ |
Langues Prises en Charge | 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" ] } |