Naver Webtoon Comment Hider
This extension hides comments in Naver webtoon
Qu'est-ce que Naver Webtoon Comment Hider ?
Naver Webtoon Comment Hider est une extension Chrome développée par guersam, et sa fonction principale est "This extension hides comments in Naver webtoon".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Naver Webtoon Comment Hider
Téléchargez les fichiers d'extension Naver Webtoon Comment Hider au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
무심코 스크롤를 내렸다가 마음의 평화를 해치게 하는 웹툰 댓글을 감춰둡니다. 엄격한 노잼 기준을 가진 독자와 유리멘탈 작가에게도 좋습니다. * 별점과 (적절한) 댓글은 작가에게 큰 힘이 됩니다. 댓글 쓰기 창은 열려있으니 귀는 닫더라도 입은 열어 보아요. TODO - 댓글 전체 감추기/보이기 - 웹툰별 설정 - 타사 웹툰 지원 ...등이 있긴 하지만 가끔 내킬때만 업데이트할 예정이니 되도록 https://github.com/guersam/naver-webtoon-comment-hider 에 직접 Pull Request를 주시면 감사하겠습니다. CHANGELOG v0.2.0 - 변경된 댓글란 클래스 이름 반영 (thanks to @initNirvana)
Informations de Base sur l'Extension
Nom | |
ID | ofceeipbkcdogmbomjakcleehphfnggn |
URL Officiel | https://chrome.google.com/webstore/detail/naver-webtoon-comment-hid/ofceeipbkcdogmbomjakcleehphfnggn |
Description | This extension hides comments in Naver webtoon |
Taille du Fichier | 21.01 KB |
Nombre d'Installations | 66 |
Version Actuelle | 0.2.0 |
Dernière Mise à Jour | 2018-01-30 |
Date de Publication | 2018-01-30 |
Évaluation | 4.25/5 Total 4 Évaluations |
Développeur | guersam |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/guersam/naver-webtoon-comment-hider |
Langues Prises en Charge | 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 } ] } |