Korea Starbucks Wifi Auto Fill
Korea Starbucks Wifi Auto Fill
Wat is Korea Starbucks Wifi Auto Fill?
Korea Starbucks Wifi Auto Fill is een Chrome-extensie ontwikkeld door Jechol Lee, en de belangrijkste functie is "Korea Starbucks Wifi Auto Fill ".
Download het CRX-bestand van de extensie Korea Starbucks Wifi Auto Fill
Download Korea Starbucks Wifi Auto Fill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Korea Starbucks Wifi Auto Fill
Basisinformatie over de Extensie
Naam | |
ID | jcbianjdinchnbcfkphompeamoenkgka |
Officiële URL | https://chrome.google.com/webstore/detail/korea-starbucks-wifi-auto/jcbianjdinchnbcfkphompeamoenkgka |
Beschrijving | Korea Starbucks Wifi Auto Fill |
Bestandsgrootte | 47.26 KB |
Aantal Installaties | 60 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2016-09-17 |
Publicatiedatum | 2016-09-17 |
Beoordeling | 4.29/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Jechol Lee |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Korea Starbucks Wifi Auto Fill", "version": "1.0.0", "manifest_version": 2, "icons": { "16": "icon\/sb_wifi_16.png", "48": "icon\/sb_wifi_48.png", "128": "icon\/sb_wifi_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/first.wifi.olleh.com\/starbucks\/index_new.html" ], "js": [ "jquery.min.js", "index_new.js" ], "run_at": "document_end" }, { "matches": [ "https:\/\/first.wifi.olleh.com\/starbucks\/starbucks_kr.php" ], "js": [ "jquery.min.js", "starbucks_kr.js" ], "run_at": "document_end" }, { "matches": [ "http:\/\/www.istarbucks.co.kr:8000\/wireless\/wireless.asp" ], "js": [ "jquery.min.js", "end_page.js" ], "run_at": "document_end" } ] } |