Naver News Comments Block
네이버 뉴스 댓글 숨김 / Naver News Comments Block
What is Naver News Comments Block?
Naver News Comments Block is a Chrome extension developed by Liquidstereo, and its main feature is "네이버 뉴스 댓글 숨김 / Naver News Comments Block".
Extension Screenshots
Download Naver News Comments Block Extension CRX File
Download Naver News Comments Block 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 입니다. * Update 1.1.1 오류사항 수정, 네이버 뉴스 댓글기능만 Hiding합니다. * Update 1.1 Manifest version 1 to version 2 migration. 뉴스하단 네이버 광고 Hiding.
Extension Basic Information
Name | |
ID | cianjjiobeieddekljmhlcphpmbagglp |
Official URL | https://chrome.google.com/webstore/detail/naver-news-comments-block/cianjjiobeieddekljmhlcphpmbagglp |
Description | 네이버 뉴스 댓글 숨김 / Naver News Comments Block |
File Size | 16.4 KB |
Installation Count | 2,000 |
Current Version | 1.1.1 |
Last Updated | 2014-04-16 |
Publish Date | 2014-04-16 |
Rating | 4.75/5 Total 12 Ratings |
Developer | Liquidstereo |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "css": [ "css\/style.css" ], "matches": [ "*:\/\/*.news.naver.com\/*" ] } ], "description": "\ub124\uc774\ubc84 \ub274\uc2a4 \ub313\uae00 \uc228\uae40 \/ Naver News Comments Block", "homepage_url": "http:\/\/liquidstereo.net", "icons": { "128": "icons\/128.png", "64": "icons\/128.png", "48": "icons\/128.png", "32": "icons\/128.png", "16": "icons\/128.png" }, "manifest_version": 2, "name": "Naver News Comments Block", "permissions": [ "tabs" ], "version": "1.1.1" } |