AutoConnect Starbucks Wifi Singapore
Stay connected to the internet on SB Wifi in Singapore
Qu'est-ce que AutoConnect Starbucks Wifi Singapore ?
AutoConnect Starbucks Wifi Singapore est une extension Chrome développée par cweitat, et sa fonction principale est "Stay connected to the internet on SB Wifi in Singapore".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AutoConnect Starbucks Wifi Singapore
Téléchargez les fichiers d'extension AutoConnect Starbucks Wifi Singapore au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | AutoConnect Starbucks Wifi Singapore |
ID | caeijbdlfdgcpidackjbmbiepmnejnog |
URL Officiel | https://chromewebstore.google.com/detail/autoconnect-starbucks-wif/caeijbdlfdgcpidackjbmbiepmnejnog |
Description | Stay connected to the internet on SB Wifi in Singapore |
Taille du Fichier | 63.1 KB |
Nombre d'Installations | 135 |
Version Actuelle | 0.2.1 |
Dernière Mise à Jour | 2019-08-05 |
Date de Publication | 2019-08-04 |
Développeur | cweitat |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/cweitat/AutoConnect-Starbucks-Wifi-Singapore |
Langues Prises en Charge | 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 } |