SNU CRS Refresher
서울대학교 수강신청 웹사이트에서 이미 수강신청 프로그램을 사용중이라고 뜰 경우에 이를 해제해주는 애드온
What is SNU CRS Refresher?
SNU CRS Refresher is a Chrome extension developed by https://donghoon.io, and its main feature is "서울대학교 수강신청 웹사이트에서 이미 수강신청 프로그램을 사용중이라고 뜰 경우에 이를 해제해주는 애드온".
Extension Screenshots
Download SNU CRS Refresher Extension CRX File
Download SNU CRS Refresher 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 | |
ID | hhdokgcmhmpckjdhekdjpoaafoggaaan |
Official URL | https://chromewebstore.google.com/detail/snu-crs-refresher/hhdokgcmhmpckjdhekdjpoaafoggaaan |
Description | 서울대학교 수강신청 웹사이트에서 이미 수강신청 프로그램을 사용중이라고 뜰 경우에 이를 해제해주는 애드온 |
File Size | 28.81 KB |
Installation Count | 89 |
Current Version | 1.0 |
Last Updated | 2021-07-28 |
Publish Date | 2021-07-27 |
Developer | https://donghoon.io |
[email protected] | |
Payment Type | free |
Extension Website | https://donghoon.io |
Privacy Policy Page URL | https://donghoon.io/privacy-policy |
Supported Languages | 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 } } |