AutoConnect Starbucks Wifi Singapore

Stay connected to the internet on SB Wifi in Singapore

AutoConnect Starbucks Wifi Singapore là gì?

AutoConnect Starbucks Wifi Singapore là một tiện ích mở rộng Chrome được phát triển bởi cweitat, và tính năng chính của nó là "Stay connected to the internet on SB Wifi in Singapore".

Ả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 AutoConnect Starbucks Wifi Singapore

Tải xuống các tệp mở rộng AutoConnect Starbucks Wifi Singapore 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

                        Have you used Starbucks Wifi in Singapore and unknowingly have no connection suddenly? 

It checks for connection every minute and automates the process of clicking "Give me Wifi" button everytime.

If you encounter any bugs, please open a issue on Github.
Please support by buying me a coffee! (link in the extension).                    

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

Tên AutoConnect Starbucks Wifi Singapore AutoConnect Starbucks Wifi Singapore
ID caeijbdlfdgcpidackjbmbiepmnejnog
URL Chính Thức https://chromewebstore.google.com/detail/autoconnect-starbucks-wif/caeijbdlfdgcpidackjbmbiepmnejnog
Mô tả Stay connected to the internet on SB Wifi in Singapore
Kích Thước Tệp 63.1 KB
Số Lần Cài Đặt 135
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2019-08-05
Ngày Phát Hành 2019-08-04
Nhà Phát Triển cweitat
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/cweitat/AutoConnect-Starbucks-Wifi-Singapore
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoConnect Starbucks Wifi Singapore",
    "version": "0.2.1",
    "description": "Stay connected to the internet on SB Wifi in Singapore",
    "permissions": [
        "declarativeContent",
        "storage",
        "alarms",
        "http:\/\/sb.login.org\/*",
        "http:\/\/login5.d-synergy.com\/starbucks\/v3\/*",
        "https:\/\/*.google.com\/"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/get_started16.png",
        "32": "images\/get_started32.png",
        "48": "images\/get_started48.png",
        "128": "images\/get_started128.png"
    },
    "manifest_version": 2
}