Ladybucks
Automatically login to Starbucks WI-FI
Wat is Ladybucks?
Ladybucks is een Chrome-extensie ontwikkeld door https://dogfeet.github.com, en de belangrijkste functie is "Automatically login to Starbucks WI-FI".
Extensie Screenshots
Download het CRX-bestand van de extensie Ladybucks
Download Ladybucks-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
For free Wi-Fi, Ladybucks helps you login at Starbucks in Korea
Basisinformatie over de Extensie
Naam | Ladybucks |
ID | fnpekdnicnempagdlmphknomnopaognh |
Officiële URL | https://chromewebstore.google.com/detail/ladybucks/fnpekdnicnempagdlmphknomnopaognh |
Beschrijving | Automatically login to Starbucks WI-FI |
Bestandsgrootte | 80.82 KB |
Aantal Installaties | 22 |
Huidige Versie | 0.4.2 |
Laatst Bijgewerkt | 2013-08-06 |
Publicatiedatum | 2013-08-06 |
Beoordeling | 4.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://dogfeet.github.com |
Betalingswijze | free |
Extensiewebsite | http://dogfeet.github.com/articles/2012/ladybucks.html |
Ondersteunde Talen | 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" } } |