Wifibucks

KT Starbucks Wi-Fi Auto Connector

Wifibucks là gì?

Wifibucks là một tiện ích mở rộng Chrome được phát triển bởi Beomi, và tính năng chính của nó là "KT Starbucks Wi-Fi Auto Connector".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wifibucks

Tải xuống các tệp mở rộng Wifibucks dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - 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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wifibucks Wifibucks
ID baklhaknfegdiganbcjpglfmaiefhiik
URL Chính Thức https://chromewebstore.google.com/detail/wifibucks/baklhaknfegdiganbcjpglfmaiefhiik
Mô tả KT Starbucks Wi-Fi Auto Connector
Kích Thước Tệp 47.76 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2018-08-17
Ngày Phát Hành 2018-08-16
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Beomi
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Beomi/Wifibucks
URL Trang Trợ Giúp https://github.com/Beomi/Wifibucks/issues
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}