DCinside Lite
디시인사이드 갤러리를 깔끔하게 볼 수 있고, 몇 가지 유용한 기능도 사용할 수 있습니다.
What is DCinside Lite?
DCinside Lite is a Chrome extension developed by ハルカナソラ, and its main feature is "디시인사이드 갤러리를 깔끔하게 볼 수 있고, 몇 가지 유용한 기능도 사용할 수 있습니다.".
Extension Screenshots
Download DCinside Lite Extension CRX File
Download DCinside Lite 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
DCinside Lite(디시라이트)는 디시인사이드를 쉽고 편리하게 이용할 수 있게 도와주는 확장 프로그램입니다. ·갤러리에서 보고 싶지 않은 게시물이나 마주치기 싫은 유저를 눈에 띄지 않게 할 수 있습니다. ·고속으로 게시물을 불러오므로 갤러리 이용 속도가 향상됩니다. ---- 이 스크립트는 자유 소프트웨어 라이센스를 따르지 않습니다. 이 스크립트의 저작권은 디시인사이드 고정닉 축에게 있습니다. 이 스크립트는 원 저작자의 허락을 받지 않고 수정되었으며, 원 저작자의 문제 제기시 배포는 중단됩니다. 이 스크립트의 버전 1.5.5 이후 변경사항은 Public Domain으로 배포됩니다.
Extension Basic Information
Name | DCinside Lite |
ID | lgnkacndidedhhckjpgdofaoaogbgnac |
Official URL | https://chrome.google.com/webstore/detail/lgnkacndidedhhckjpgdofaoaogbgnac |
Description | 디시인사이드 갤러리를 깔끔하게 볼 수 있고, 몇 가지 유용한 기능도 사용할 수 있습니다. |
File Size | 64.92 KB |
Installation Count | 938 |
Current Version | 15021 |
Last Updated | 2016-04-21 |
Publish Date | 2016-04-21 |
Rating | 3.97/5 Total 71 Ratings |
Developer | ハルカナソラ |
Payment Type | free |
Extension Website | http://kasugano.dcmys.jp |
Help Page URL | https://github.com/koreapyj/dcinside_lite |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DCinside Lite", "version": "15021", "description": "\ub514\uc2dc\uc778\uc0ac\uc774\ub4dc \uac24\ub7ec\ub9ac\ub97c \uae54\ub054\ud558\uac8c \ubcfc \uc218 \uc788\uace0, \uba87 \uac00\uc9c0 \uc720\uc6a9\ud55c \uae30\ub2a5\ub3c4 \uc0ac\uc6a9\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.", "icons": { "16": "icon\/icon16.png", "48": "icon\/icon48.png", "128": "icon\/icon128.png" }, "author": "\ucd95 -> \ud558\ub8e8\uce74\ub098\uc18c\ub77c", "short_name": "\ub514\uc2dc\ub77c\uc774\ud2b8", "options_page": "options.html", "options_ui": { "page": "options.html?v2", "chrome_style": true }, "content_scripts": [ { "js": [ "dcinside_lite.user.js" ], "matches": [ "http:\/\/gall.dcinside.com\/*", "http:\/\/gall.dcgame.in\/*", "http:\/\/job.dcinside.com\/*" ] } ], "permissions": [ "storage", "http:\/\/gall.dcinside.com\/*", "http:\/\/gall.dcgame.in\/*", "http:\/\/job.dcinside.com\/*", "http:\/\/m.dcinside.com\/*", "http:\/\/gallog.dcinside.com\/*" ] } |