AutoConnect Starbucks Wifi Singapore
Stay connected to the internet on SB Wifi in Singapore
AutoConnect Starbucks Wifi Singaporeとは何ですか?
AutoConnect Starbucks Wifi Singaporeはcweitatによって開発されたChromeの拡張機能で、その主な機能は「Stay connected to the internet on SB Wifi in Singapore」です。
拡張機能のスクリーンショット
AutoConnect Starbucks Wifi Singapore拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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 } |