Naver Webtoon Comment Hider

This extension hides comments in Naver webtoon

O que é Naver Webtoon Comment Hider?

Naver Webtoon Comment Hider é uma extensão do Chrome desenvolvida por guersam, e sua principal característica é "This extension hides comments in Naver webtoon".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Naver Webtoon Comment Hider

Baixe arquivos de extensão Naver Webtoon Comment Hider no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

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

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


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

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


CHANGELOG

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

Informações Básicas da Extensão

Nome Naver Webtoon Comment Hider Naver Webtoon Comment Hider
ID ofceeipbkcdogmbomjakcleehphfnggn
URL Oficial https://chrome.google.com/webstore/detail/naver-webtoon-comment-hid/ofceeipbkcdogmbomjakcleehphfnggn
Descrição This extension hides comments in Naver webtoon
Tamanho do Arquivo 21.01 KB
Contagem de Instalações 66
Versão Atual 0.2.0
Última Atualização 2018-01-30
Data de Publicação 2018-01-30
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor guersam
Tipo de Pagamento free
Site da Extensão https://github.com/guersam/naver-webtoon-comment-hider
Idiomas Suportados 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
        }
    ]
}