디씨 다크모드
야간모드도 밝다! 어둠의 자식들을 위한 더 어두운 다크모드
What is 디씨 다크모드?
디씨 다크모드 is a Chrome extension developed by columncat, and its main feature is "야간모드도 밝다! 어둠의 자식들을 위한 더 어두운 다크모드".
Extension Screenshots
Download 디씨 다크모드 Extension CRX File
Download 디씨 다크모드 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
야간모드도 눈이 아프시나요? 글자가 작아 안 보이시나요? 오른쪽 쓸데 없는 정보가 불편하시나요? 차단을 했는데도 보이는게 킹받으시나요? 당신을 위해! 디씨 다크모드! 더 어둡게! 더 크게! 더 간결하게! 더 클린하게! 화면을 바꿔드립니다! Adguard와 함께 사용하세요! -------------------------------------------------------------- 기능 : 1. 더 어두운 테마 2. 오른쪽 머시기 뜨는거 없애기 3. 차단한 상대 아예 안 보임 4. 나눔고딕 글꼴 적용 5. 글자 크기 확대 6. 제목 왼쪽에 조회수/추천수 정보를 표시 7. 그림 개념글을 노란색으로 표시 차단 설정의 경우 디시 웹페이지에서 지원하는 차단설정을 사용하시면 됩니다. 차단 해제는 갤러리 정보 상단의 설정 > 차단설정을 이용하시면 됩니다. ※※※ 글꼴 적용이 안 될 때! ※※※ 나눔글꼴(나눔고딕)이 설치되어 있어야 글꼴이 적용됩니다. 나눔글꼴은 무료 폰트로 아래 링크에서 설치하실 수 있습니다. https://hangeul.naver.com/2017/nanum
Extension Basic Information
Name | 디씨 다크모드 |
ID | dfkbikhbioijfgpknopghlanhailecnc |
Official URL | https://chromewebstore.google.com/detail/%EB%94%94%EC%94%A8-%EB%8B%A4%ED%81%AC%EB%AA%A8%EB%93%9C/dfkbikhbioijfgpknopghlanhailecnc |
Description | 야간모드도 밝다! 어둠의 자식들을 위한 더 어두운 다크모드 |
File Size | 37.09 KB |
Installation Count | 249 |
Current Version | 1.3.1 |
Last Updated | 2023-03-15 |
Publish Date | 2019-04-20 |
Rating | 4.50/5 Total 4 Ratings |
Developer | columncat |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://blog.naver.com/columncat/222053367331 |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "\ub514\uc528 \ub2e4\ud06c\ubaa8\ub4dc", "description": "\uc57c\uac04\ubaa8\ub4dc\ub3c4 \ubc1d\ub2e4! \uc5b4\ub460\uc758 \uc790\uc2dd\ub4e4\uc744 \uc704\ud55c \ub354 \uc5b4\ub450\uc6b4 \ub2e4\ud06c\ubaa8\ub4dc", "version": "1.3.1", "homepage_url": "https:\/\/blog.naver.com\/columncat", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "web_accessible_resources": [ { "resources": [ "fever.png" ], "matches": [ "https:\/\/gall.dcinside.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/gall.dcinside.com\/*" ], "js": [ "content.js" ], "css": [ "styles.css" ] } ] } |