Ladybucks
Automatically login to Starbucks WI-FI
Ladybucksとは何ですか?
Ladybucksはhttps://dogfeet.github.comによって開発されたChromeの拡張機能で、その主な機能は「Automatically login to Starbucks WI-FI」です。
拡張機能のスクリーンショット
Ladybucks拡張機能のCRXファイルをダウンロード
Ladybucks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
For free Wi-Fi, Ladybucks helps you login at Starbucks in Korea
拡張機能の基本情報
名前 | Ladybucks |
ID | fnpekdnicnempagdlmphknomnopaognh |
公式URL | https://chromewebstore.google.com/detail/ladybucks/fnpekdnicnempagdlmphknomnopaognh |
説明 | Automatically login to Starbucks WI-FI |
ファイルサイズ | 80.82 KB |
インストール数 | 22 |
現在のバージョン | 0.4.2 |
最終更新日 | 2013-08-06 |
公開日 | 2013-08-06 |
評価 | 4.80/5 合計 5 レビュー |
開発者 | https://dogfeet.github.com |
支払い方法 | free |
拡張機能のウェブサイト | http://dogfeet.github.com/articles/2012/ladybucks.html |
対応言語 | 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" } } |