Wifibucks
KT Starbucks Wi-Fi Auto Connector
Wifibucks란 무엇입니까?
Wifibucks은(는) Beomi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "KT Starbucks Wi-Fi Auto Connector"입니다.
확장 프로그램 스크린샷
Wifibucks 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- KT Starbucks Wi-Fi Auto Connector - 스타벅스의 "KT_Starbucks" 와이파이에 연결시 자동으로 인증 처리를 진행합니다. == Update log == @1.0.4 Update js code (Site updated) @1.0.3 Redirect to Home url after auth finished @1.0.2 HTTP/HTTPS both catch to run auto-auth @1.0.1 Hotfix: inf redirection @1.0.0 First Deploy
확장 프로그램 기본 정보
이름 | Wifibucks |
ID | baklhaknfegdiganbcjpglfmaiefhiik |
공식 URL | https://chromewebstore.google.com/detail/wifibucks/baklhaknfegdiganbcjpglfmaiefhiik |
설명 | KT Starbucks Wi-Fi Auto Connector |
파일 크기 | 47.76 KB |
설치 횟수 | 27 |
현재 버전 | 1.0.4 |
최근 업데이트 | 2018-08-17 |
출시 날짜 | 2018-08-16 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | Beomi |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/Beomi/Wifibucks |
도움말 페이지 URL | https://github.com/Beomi/Wifibucks/issues |
지원되는 언어 | ko |
manifest.json | |
{ "author": "Junbum Lee", "background": { "scripts": [ "scripts\/new.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "scripts\/new.js" ], "matches": [ "http:\/\/first.wifi.olleh.com\/starbucks\/index_kr.html", "http:\/\/first.wifi.olleh.com\/starbucks\/index_en.html", "https:\/\/first.wifi.olleh.com\/starbucks\/index_kr.html", "https:\/\/first.wifi.olleh.com\/starbucks\/index_en.html" ], "run_at": "document_end" }, { "all_frames": true, "js": [ "scripts\/redirecthome.js" ], "matches": [ "http:\/\/www.istarbucks.co.kr\/util\/wireless.do", "https:\/\/www.istarbucks.co.kr\/util\/wireless.do" ], "run_at": "document_start" } ], "description": "KT Starbucks Wi-Fi Auto Connector", "icons": { "48": "images\/icon48.png", "72": "images\/icon72.png", "96": "images\/icon96.png", "144": "images\/icon144.png", "192": "images\/icon192.png" }, "manifest_version": 2, "name": "Wifibucks", "page_action": { "default_icon": { "48": "images\/icon48.png", "72": "images\/icon72.png" }, "default_title": "Wifibucks" }, "permissions": [ "http:\/\/first.wifi.olleh.com\/*", "https:\/\/first.wifi.olleh.com\/*", "http:\/\/www.istarbucks.co.kr\/*", "https:\/\/www.istarbucks.co.kr\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.4", "web_accessible_resources": [ "images\/*" ] } |