Clean Naver
네이버 뉴스에서 기분을 언짢게 하는 댓글을 숨겨줍니다.
What is Clean Naver?
Clean Naver is a Chrome extension developed by writer0713, and its main feature is "네이버 뉴스에서 기분을 언짢게 하는 댓글을 숨겨줍니다.".
Extension Screenshots
Download Clean Naver Extension CRX File
Download Clean Naver 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
네이버 뉴스 (정치, 연예, etc)를 읽다 보면 하단의 비매너성 댓글들로 인해 기분이 언짢아지는 경우가 있습니다. 오롯이 뉴스 기사에만 집중할 수 있도록 뉴스 하단의 댓글을 가려줍니다. 댓글을 보고 싶을 경우 버튼 클릭 한 번으로 댓글을 볼 수 있습니다. - 쓸데없는 광고, 링크 제거 기능 - 우측 메뉴 가려서 본문에 집중할 수 있도록 도와주는 기능
Extension Basic Information
Name | Clean Naver |
ID | dfbinefheanbhakekbeijfegpfapkemd |
Official URL | https://chromewebstore.google.com/detail/clean-naver/dfbinefheanbhakekbeijfegpfapkemd |
Description | 네이버 뉴스에서 기분을 언짢게 하는 댓글을 숨겨줍니다. |
File Size | 122 KB |
Installation Count | 151 |
Current Version | 1.0.4 |
Last Updated | 2018-07-19 |
Publish Date | 2018-07-19 |
Rating | 5.00/5 Total 8 Ratings |
Developer | writer0713 |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clean Naver", "version": "1.0.4", "description": "\ub124\uc774\ubc84 \ub274\uc2a4\uc5d0\uc11c \uae30\ubd84\uc744 \uc5b8\uc9e2\uac8c \ud558\ub294 \ub313\uae00\uc744 \uc228\uaca8\uc90d\ub2c8\ub2e4.", "icons": { "128": "src\/assets\/img\/icon128.png", "48": "src\/assets\/img\/icon48.png", "16": "src\/assets\/img\/icon16.png" }, "browser_action": { "default_icon": "src\/assets\/img\/icon16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.news.naver.com\/*", "https:\/\/*.news.naver.com\/*" ], "exclude_matches": [ "http:\/\/*.news.naver.com\/*&m_view=1&includeAllCount=true" ], "js": [ "dist\/bundle.js" ], "css": [ "dist\/app.css" ] } ], "background": { "scripts": [ "hot-reload.js" ] } } |