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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
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
}