AutoConnect Starbucks Wifi Singapore
Stay connected to the internet on SB Wifi in Singapore
¿Qué es AutoConnect Starbucks Wifi Singapore?
AutoConnect Starbucks Wifi Singapore es una extensión de Chrome desarrollada por cweitat, y su función principal es "Stay connected to the internet on SB Wifi in Singapore".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AutoConnect Starbucks Wifi Singapore
Descarga archivos de extensión AutoConnect Starbucks Wifi Singapore en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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).
Información Básica de la Extensión
Nombre | AutoConnect Starbucks Wifi Singapore |
ID | caeijbdlfdgcpidackjbmbiepmnejnog |
URL Oficial | https://chromewebstore.google.com/detail/autoconnect-starbucks-wif/caeijbdlfdgcpidackjbmbiepmnejnog |
Descripción | Stay connected to the internet on SB Wifi in Singapore |
Tamaño del Archivo | 63.1 KB |
Cantidad de Instalaciones | 135 |
Versión Actual | 0.2.1 |
Última Actualización | 2019-08-05 |
Fecha de Publicación | 2019-08-04 |
Desarrollador | cweitat |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/cweitat/AutoConnect-Starbucks-Wifi-Singapore |
Idiomas Soportados | 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 } |