AutoConnect Starbucks Wifi Singapore

Stay connected to the internet on SB Wifi in Singapore

AutoConnect Starbucks Wifi Singapore क्या है?

AutoConnect Starbucks Wifi Singapore cweitat द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Stay connected to the internet on SB Wifi in Singapore"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में AutoConnect Starbucks Wifi Singapore एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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
}