Naver Webtoon Comment Hider

This extension hides comments in Naver webtoon

Co to jest Naver Webtoon Comment Hider?

Naver Webtoon Comment Hider to rozszerzenie Chrome opracowane przez guersam, a jego główną funkcją jest „This extension hides comments in Naver webtoon”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Naver Webtoon Comment Hider

Pobierz pliki rozszerzeń Naver Webtoon Comment Hider w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

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

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


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

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


CHANGELOG

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

Podstawowe informacje o rozszerzeniu

Nazwa Naver Webtoon Comment Hider Naver Webtoon Comment Hider
ID ofceeipbkcdogmbomjakcleehphfnggn
Oficjalny URL https://chrome.google.com/webstore/detail/naver-webtoon-comment-hid/ofceeipbkcdogmbomjakcleehphfnggn
Opis This extension hides comments in Naver webtoon
Rozmiar pliku 21.01 KB
Liczba instalacji 66
Aktualna Wersja 0.2.0
Ostatnia Aktualizacja 2018-01-30
Data Publikacji 2018-01-30
Ocena 4.25/5 Łącznie 4 Oceny
Deweloper guersam
Typ Płatności free
Strona Rozszerzenia https://github.com/guersam/naver-webtoon-comment-hider
Obsługiwane Języki 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
        }
    ]
}