SsuFi

Connect Ssu-Wifi Automatically

What is SsuFi?

SsuFi is a Chrome extension developed by gomjellie, and its main feature is "Connect Ssu-Wifi Automatically".

Extension Screenshots

screenshot

Download SsuFi Extension CRX File

Download SsuFi extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        숭실대 와이파이 자동 로그인 플러그인 입니다.                    

Extension Basic Information

Name SsuFi SsuFi
ID ebgfflahnnmjblcideohjocpckgegggj
Official URL https://chromewebstore.google.com/detail/ssufi/ebgfflahnnmjblcideohjocpckgegggj
Description Connect Ssu-Wifi Automatically
File Size 63.37 KB
Installation Count 27
Current Version 1.0.2
Last Updated 2018-12-12
Publish Date 2018-12-12
Rating 5.00/5 Total 2 Ratings
Developer gomjellie
Email [email protected]
Payment Type free
Supported Languages 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\/*"
    ]
}