AutoConnect Starbucks Wifi Singapore

Stay connected to the internet on SB Wifi in Singapore

Cos'è AutoConnect Starbucks Wifi Singapore?

AutoConnect Starbucks Wifi Singapore è un'estensione di Chrome sviluppata da cweitat, e la sua funzione principale è "Stay connected to the internet on SB Wifi in Singapore".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione AutoConnect Starbucks Wifi Singapore

Scarica i file di estensione AutoConnect Starbucks Wifi Singapore in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome AutoConnect Starbucks Wifi Singapore AutoConnect Starbucks Wifi Singapore
ID caeijbdlfdgcpidackjbmbiepmnejnog
URL Ufficiale https://chromewebstore.google.com/detail/autoconnect-starbucks-wif/caeijbdlfdgcpidackjbmbiepmnejnog
Descrizione Stay connected to the internet on SB Wifi in Singapore
Dimensione del File 63.1 KB
Conteggio Installazioni 135
Versione Corrente 0.2.1
Ultimo Aggiornamento 2019-08-05
Data di Pubblicazione 2019-08-04
Sviluppatore cweitat
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/cweitat/AutoConnect-Starbucks-Wifi-Singapore
Lingue Supportate 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
}