AutoConnect Starbucks Wifi Singapore
Stay connected to the internet on SB Wifi in Singapore
Co je AutoConnect Starbucks Wifi Singapore?
AutoConnect Starbucks Wifi Singapore je rozšíření Chrome vyvinuté cweitat, a jeho hlavní funkcí je „Stay connected to the internet on SB Wifi in Singapore“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření AutoConnect Starbucks Wifi Singapore
Stáhněte si soubory rozšíření AutoConnect Starbucks Wifi Singapore ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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).
Základní Informace o Rozšíření
Název | AutoConnect Starbucks Wifi Singapore |
ID | caeijbdlfdgcpidackjbmbiepmnejnog |
Oficiální URL | https://chromewebstore.google.com/detail/autoconnect-starbucks-wif/caeijbdlfdgcpidackjbmbiepmnejnog |
Popis | Stay connected to the internet on SB Wifi in Singapore |
Velikost souboru | 63.1 KB |
Počet instalací | 135 |
Aktuální Verze | 0.2.1 |
Poslední Aktualizace | 2019-08-05 |
Datum Vydání | 2019-08-04 |
Vývojář | cweitat |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/cweitat/AutoConnect-Starbucks-Wifi-Singapore |
Podporované Jazyky | 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 } |