Ladybucks
Automatically login to Starbucks WI-FI
Qu'est-ce que Ladybucks ?
Ladybucks est une extension Chrome développée par https://dogfeet.github.com, et sa fonction principale est "Automatically login to Starbucks WI-FI".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Ladybucks
Téléchargez les fichiers d'extension Ladybucks 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 free Wi-Fi, Ladybucks helps you login at Starbucks in Korea
Informations de Base sur l'Extension
Nom | Ladybucks |
ID | fnpekdnicnempagdlmphknomnopaognh |
URL Officiel | https://chromewebstore.google.com/detail/ladybucks/fnpekdnicnempagdlmphknomnopaognh |
Description | Automatically login to Starbucks WI-FI |
Taille du Fichier | 80.82 KB |
Nombre d'Installations | 22 |
Version Actuelle | 0.4.2 |
Dernière Mise à Jour | 2013-08-06 |
Date de Publication | 2013-08-06 |
Évaluation | 4.80/5 Total 5 Évaluations |
Développeur | https://dogfeet.github.com |
Type de Paiement | free |
Site Web de l'Extension | http://dogfeet.github.com/articles/2012/ladybucks.html |
Langues Prises en Charge | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ladybucks", "manifest_version": 2, "version": "0.4.2", "description": "Automatically login to Starbucks WI-FI", "icons": { "16": "logo_16.png", "32": "logo_32.png", "48": "logo_48.png", "64": "logo_64.png", "128": "logo_128.png" }, "permissions": [ "tabs", "http:\/\/*.wifi.olleh.com\/*", "https:\/\/*.wifi.olleh.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/first.wifi.olleh.com\/starbucks\/index_new.html" ], "js": [ "redirect.js" ], "all_frames": true }, { "matches": [ "https:\/\/sms.wifi.olleh.com\/web\/memconf\/starbucks\/login.jsp" ], "js": [ "ext\/jquery-2.0.3.min.js", "data\/names.js", "ladybucks.js" ], "all_frames": true, "run_at": "document_end" } ], "page_action": { "default_name": "ladybucks", "default_icon": "logo_16.png" } } |