AutoConnect Starbucks Wifi Singapore
Stay connected to the internet on SB Wifi in Singapore
Hvad er AutoConnect Starbucks Wifi Singapore?
AutoConnect Starbucks Wifi Singapore er en Chrome-udvidelse udviklet af cweitat, og dens hovedfunktion er "Stay connected to the internet on SB Wifi in Singapore".
Udvidelsesskærmbilleder
Download AutoConnect Starbucks Wifi Singapore-udvidelses-CRX-fil
Download AutoConnect Starbucks Wifi Singapore-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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).
Grundlæggende oplysninger om udvidelsen
Navn | AutoConnect Starbucks Wifi Singapore |
ID | caeijbdlfdgcpidackjbmbiepmnejnog |
Officiel URL | https://chromewebstore.google.com/detail/autoconnect-starbucks-wif/caeijbdlfdgcpidackjbmbiepmnejnog |
Beskrivelse | Stay connected to the internet on SB Wifi in Singapore |
Filstørrelse | 63.1 KB |
Antal Installationer | 135 |
Nuværende Version | 0.2.1 |
Senest Opdateret | 2019-08-05 |
Udgivelsesdato | 2019-08-04 |
Udvikler | cweitat |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/cweitat/AutoConnect-Starbucks-Wifi-Singapore |
Understøttede Sprog | 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 } |