Ladybucks
Automatically login to Starbucks WI-FI
What is Ladybucks?
Ladybucks is a Chrome extension developed by https://dogfeet.github.com, and its main feature is "Automatically login to Starbucks WI-FI".
Extension Screenshots
Download Ladybucks Extension CRX File
Download Ladybucks extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
For free Wi-Fi, Ladybucks helps you login at Starbucks in Korea
Extension Basic Information
Name | Ladybucks |
ID | fnpekdnicnempagdlmphknomnopaognh |
Official URL | https://chromewebstore.google.com/detail/ladybucks/fnpekdnicnempagdlmphknomnopaognh |
Description | Automatically login to Starbucks WI-FI |
File Size | 80.82 KB |
Installation Count | 22 |
Current Version | 0.4.2 |
Last Updated | 2013-08-06 |
Publish Date | 2013-08-06 |
Rating | 4.80/5 Total 5 Ratings |
Developer | https://dogfeet.github.com |
Payment Type | free |
Extension Website | http://dogfeet.github.com/articles/2012/ladybucks.html |
Supported Languages | 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" } } |