AutoConnect Starbucks Wifi Singapore

Stay connected to the internet on SB Wifi in Singapore

什麼是AutoConnect Starbucks Wifi Singapore?

AutoConnect Starbucks Wifi Singapore是由cweitat開發的Chrome擴展程式,該擴展的主要功能是“Stay connected to the internet on SB Wifi in Singapore”。

擴展截圖

screenshot

下載AutoConnect Starbucks Wifi Singapore擴展crx文件

下載AutoConnect Starbucks Wifi Singapore擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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).                    

擴展基本資訊

名稱 AutoConnect Starbucks Wifi Singapore AutoConnect Starbucks Wifi Singapore
ID caeijbdlfdgcpidackjbmbiepmnejnog
官方網址 https://chromewebstore.google.com/detail/autoconnect-starbucks-wif/caeijbdlfdgcpidackjbmbiepmnejnog
簡介 Stay connected to the internet on SB Wifi in Singapore
檔案大小 63.1 KB
安裝次數 135
目前版本 0.2.1
更新時間 2019-08-05
上架時間 2019-08-04
開發者 cweitat
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/cweitat/AutoConnect-Starbucks-Wifi-Singapore
支援的語言 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
}