Naver Webtoon Comment Hider
This extension hides comments in Naver webtoon
Cos'è Naver Webtoon Comment Hider?
Naver Webtoon Comment Hider è un'estensione di Chrome sviluppata da guersam, e la sua funzione principale è "This extension hides comments in Naver webtoon".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Naver Webtoon Comment Hider
Scarica i file di estensione Naver Webtoon Comment Hider in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
무심코 스크롤를 내렸다가 마음의 평화를 해치게 하는 웹툰 댓글을 감춰둡니다. 엄격한 노잼 기준을 가진 독자와 유리멘탈 작가에게도 좋습니다. * 별점과 (적절한) 댓글은 작가에게 큰 힘이 됩니다. 댓글 쓰기 창은 열려있으니 귀는 닫더라도 입은 열어 보아요. TODO - 댓글 전체 감추기/보이기 - 웹툰별 설정 - 타사 웹툰 지원 ...등이 있긴 하지만 가끔 내킬때만 업데이트할 예정이니 되도록 https://github.com/guersam/naver-webtoon-comment-hider 에 직접 Pull Request를 주시면 감사하겠습니다. CHANGELOG v0.2.0 - 변경된 댓글란 클래스 이름 반영 (thanks to @initNirvana)
Informazioni di Base sull'Estensione
Nome | |
ID | ofceeipbkcdogmbomjakcleehphfnggn |
URL Ufficiale | https://chrome.google.com/webstore/detail/naver-webtoon-comment-hid/ofceeipbkcdogmbomjakcleehphfnggn |
Descrizione | This extension hides comments in Naver webtoon |
Dimensione del File | 21.01 KB |
Conteggio Installazioni | 66 |
Versione Corrente | 0.2.0 |
Ultimo Aggiornamento | 2018-01-30 |
Data di Pubblicazione | 2018-01-30 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | guersam |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/guersam/naver-webtoon-comment-hider |
Lingue Supportate | 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 } ] } |