AutoConnect Starbucks Wifi Singapore

Stay connected to the internet on SB Wifi in Singapore

ما هو AutoConnect Starbucks Wifi Singapore؟

AutoConnect Starbucks Wifi Singapore هو إضافة Chrome تم تطويرها بواسطة cweitat، والميزة الرئيسية لها هي "Stay connected to the internet on SB Wifi in Singapore".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة AutoConnect Starbucks Wifi Singapore

قم بتنزيل ملفات الامتداد AutoConnect Starbucks Wifi Singapore بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}