Naver Webtoon Comment Hider

This extension hides comments in Naver webtoon

Naver Webtoon Comment Hider란 무엇입니까?

Naver Webtoon Comment Hider은(는) guersam에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension hides comments in Naver webtoon"입니다.

확장 프로그램 스크린샷

screenshot

Naver Webtoon Comment Hider 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        무심코 스크롤를 내렸다가 마음의 평화를 해치게 하는 웹툰 댓글을 감춰둡니다.

엄격한 노잼 기준을 가진 독자와 유리멘탈 작가에게도 좋습니다.

* 별점과 (적절한) 댓글은 작가에게 큰 힘이 됩니다. 댓글 쓰기 창은 열려있으니 귀는 닫더라도 입은 열어 보아요.


TODO
 - 댓글 전체 감추기/보이기
 - 웹툰별 설정
 - 타사 웹툰 지원

...등이 있긴 하지만 가끔 내킬때만 업데이트할 예정이니 되도록 https://github.com/guersam/naver-webtoon-comment-hider 에 직접 Pull Request를 주시면 감사하겠습니다.


CHANGELOG

v0.2.0
- 변경된 댓글란 클래스 이름 반영 (thanks to @initNirvana)                    

확장 프로그램 기본 정보

이름 Naver Webtoon Comment Hider Naver Webtoon Comment Hider
ID ofceeipbkcdogmbomjakcleehphfnggn
공식 URL https://chrome.google.com/webstore/detail/naver-webtoon-comment-hid/ofceeipbkcdogmbomjakcleehphfnggn
설명 This extension hides comments in Naver webtoon
파일 크기 21.01 KB
설치 횟수 66
현재 버전 0.2.0
최근 업데이트 2018-01-30
출시 날짜 2018-01-30
평점 4.25/5 총 4 개의 평점
개발자 guersam
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/guersam/naver-webtoon-comment-hider
지원되는 언어 ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Naver Webtoon Comment Hider",
    "version": "0.2.0",
    "description": "This extension hides comments in Naver webtoon",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/comic.naver.com\/ncomment\/ncomment.nhn*"
            ],
            "js": [
                "hider.js"
            ],
            "all_frames": true
        }
    ]
}