SNU CRS Refresher

서울대학교 수강신청 웹사이트에서 이미 수강신청 프로그램을 사용중이라고 뜰 경우에 이를 해제해주는 애드온

Cos'è SNU CRS Refresher?

SNU CRS Refresher è un'estensione di Chrome sviluppata da https://donghoon.io, e la sua funzione principale è "서울대학교 수강신청 웹사이트에서 이미 수강신청 프로그램을 사용중이라고 뜰 경우에 이를 해제해주는 애드온".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SNU CRS Refresher

Scarica i file di estensione SNU CRS Refresher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        서울대학교 수강신청 웹사이트에서 이미 수강신청 프로그램을 사용중이라고 뜰 경우에 이를 해제해주는 애드온입니다.

사용자가 본 애드온을 학교 측에서 허가되지 않은 상황에서 사용하는 경우에 개발자는 법적 책임을 지지 않습니다.                    

Informazioni di Base sull'Estensione

Nome SNU CRS Refresher SNU CRS Refresher
ID hhdokgcmhmpckjdhekdjpoaafoggaaan
URL Ufficiale https://chromewebstore.google.com/detail/snu-crs-refresher/hhdokgcmhmpckjdhekdjpoaafoggaaan
Descrizione 서울대학교 수강신청 웹사이트에서 이미 수강신청 프로그램을 사용중이라고 뜰 경우에 이를 해제해주는 애드온
Dimensione del File 28.81 KB
Conteggio Installazioni 89
Versione Corrente 1.0
Ultimo Aggiornamento 2021-07-28
Data di Pubblicazione 2021-07-27
Sviluppatore https://donghoon.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://donghoon.io
URL della Pagina della Politica sulla Privacy https://donghoon.io/privacy-policy
Lingue Supportate ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SNU CRS Refresher",
    "description": "\uc11c\uc6b8\ub300\ud559\uad50 \uc218\uac15\uc2e0\uccad \uc6f9\uc0ac\uc774\ud2b8\uc5d0\uc11c \uc774\ubbf8 \uc218\uac15\uc2e0\uccad \ud504\ub85c\uadf8\ub7a8\uc744 \uc0ac\uc6a9\uc911\uc774\ub77c\uace0 \ub730 \uacbd\uc6b0\uc5d0 \uc774\ub97c \ud574\uc81c\ud574\uc8fc\ub294 \uc560\ub4dc\uc628",
    "version": "1.0",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "permissions": [
        "https:\/\/*.snu.ac.kr\/*"
    ],
    "browser_action": {
        "default_icon": "images\/logo_128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
}