QL Buddy
Tells you, when cool server or guy is online
Qu'est-ce que QL Buddy ?
QL Buddy est une extension Chrome développée par Nakilon, et sa fonction principale est "Tells you, when cool server or guy is online".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension QL Buddy
Téléchargez les fichiers d'extension QL Buddy 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
A perfect tool for those, who don't want to miss cool QuakeLive servers, which are currently online, but don't want to spend time at quakelive.com, keeping eye on serverlist or buddylist. While the QuakeLive site can display only one search filter at once, it allows you to keep eye on several searches simultaneously. Also the icon becomes green, if some of specified buddies are detected on any server, found in search results. Description/manual/support/history: https://qlbuddy.fogbugz.com/
Informations de Base sur l'Extension
Nom | QL Buddy |
ID | plgmlnocppdoaolgkklhnomfbofjbepb |
URL Officiel | https://chromewebstore.google.com/detail/ql-buddy/plgmlnocppdoaolgkklhnomfbofjbepb |
Description | Tells you, when cool server or guy is online |
Taille du Fichier | 134 KB |
Nombre d'Installations | 17 |
Version Actuelle | 0.6.0 |
Dernière Mise à Jour | 2013-02-16 |
Date de Publication | 2013-02-16 |
Évaluation | 2.00/5 Total 1 Évaluations |
Développeur | Nakilon |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://qlbuddy.fogbugz.com/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "QL Buddy", "version": "0.6.0", "manifest_version": 2, "description": "Tells you, when cool server or guy is online", "icons": { "16": "icon_16.png", "19": "icon_19.png", "38": "icon_38.png", "48": "icon_48.png", "128": "icon_128.png" }, "browser_action": { "default_icon": { "19": "icon_19.png", "38": "icon_38.png" }, "default_title": "QL Buddy", "default_popup": "popup.html" }, "background": { "scripts": [ "background060.js" ] }, "permissions": [ "tabs", "http:\/\/www.quakelive.com\/*", "https:\/\/www.googledrive.com\/*", "storage" ], "content_scripts": [ { "matches": [ "http:\/\/www.quakelive.com\/*" ], "js": [ "jquery-1.7.2.min.js", "content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |