AutoConnect Starbucks Wifi Singapore

Stay connected to the internet on SB Wifi in Singapore

Apa itu AutoConnect Starbucks Wifi Singapore?

AutoConnect Starbucks Wifi Singapore adalah ekstensi Chrome yang dikembangkan oleh cweitat, dan fitur utamanya adalah "Stay connected to the internet on SB Wifi in Singapore".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi AutoConnect Starbucks Wifi Singapore

Unduh file ekstensi AutoConnect Starbucks Wifi Singapore dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama AutoConnect Starbucks Wifi Singapore AutoConnect Starbucks Wifi Singapore
ID caeijbdlfdgcpidackjbmbiepmnejnog
URL Resmi https://chromewebstore.google.com/detail/autoconnect-starbucks-wif/caeijbdlfdgcpidackjbmbiepmnejnog
Deskripsi Stay connected to the internet on SB Wifi in Singapore
Ukuran File 63.1 KB
Jumlah Instalasi 135
Versi Saat Ini 0.2.1
Terakhir Diperbarui 2019-08-05
Tanggal Publikasi 2019-08-04
Pengembang cweitat
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/cweitat/AutoConnect-Starbucks-Wifi-Singapore
Bahasa yang Didukung 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
}