SsuFi
Connect Ssu-Wifi Automatically
Wat is SsuFi?
SsuFi is een Chrome-extensie ontwikkeld door gomjellie, en de belangrijkste functie is "Connect Ssu-Wifi Automatically".
Extensie Screenshots
Download het CRX-bestand van de extensie SsuFi
Download SsuFi-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
숭실대 와이파이 자동 로그인 플러그인 입니다.
Basisinformatie over de Extensie
Naam | SsuFi |
ID | ebgfflahnnmjblcideohjocpckgegggj |
Officiële URL | https://chromewebstore.google.com/detail/ssufi/ebgfflahnnmjblcideohjocpckgegggj |
Beschrijving | Connect Ssu-Wifi Automatically |
Bestandsgrootte | 63.37 KB |
Aantal Installaties | 27 |
Huidige Versie | 1.0.2 |
Laatst Bijgewerkt | 2018-12-12 |
Publicatiedatum | 2018-12-12 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | gomjellie |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | ko |
manifest.json | |
{ "author": "Oh Inkyu", "background": { "scripts": [ "scripts\/background.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "lib\/jquery-2.1.4.min.js", "lib\/jquery.modal.min.js", "scripts\/index.js" ], "css": [ "lib\/jquery.modal.css" ], "matches": [ "http:\/\/auth.soongsil.ac.kr\/*" ], "run_at": "document_end" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Connect Ssu-Wifi Automatically", "icons": { "128": "images\/Icon-128.png", "48": "images\/Icon-48.png", "16": "images\/Icon-16.png" }, "manifest_version": 2, "name": "SsuFi", "browser_action": { "default_popup": "popup.html" }, "permissions": [ "storage", "http:\/\/auth.soongsil.ac.kr\/*", "https:\/\/auth.soongsil.ac.kr\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.2", "web_accessible_resources": [ "images\/*" ] } |