remove e-learning site progressbar
Remove Progress Bar
What is remove e-learning site progressbar?
remove e-learning site progressbar is a Chrome extension developed by parkth32, and its main feature is "Remove Progress Bar".
Extension Screenshots
Download remove e-learning site progressbar Extension CRX File
Download remove e-learning site progressbar 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 | gphboilminjoafbghapbolakncbjkong |
Official URL | https://chrome.google.com/webstore/detail/remove-e-learning-site-pr/gphboilminjoafbghapbolakncbjkong |
Description | Remove Progress Bar |
File Size | 3.14 KB |
Installation Count | 114 |
Current Version | 0.0.1 |
Last Updated | 2020-08-31 |
Publish Date | 2020-08-31 |
Rating | 5.00/5 Total 2 Ratings |
Developer | parkth32 |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "remove e-learning site progressbar", "version": "0.0.1", "description": "Remove Progress Bar", "permissions": [ "http:\/\/e-learning.cnu.ac.kr\/lms\/myLecture\/doListView.dunet*" ], "content_scripts": [ { "matches": [ "http:\/\/e-learning.cnu.ac.kr\/lms\/myLecture\/doListView.dunet*" ], "js": [ "scripts.js" ] } ] } |