네이버 뉴스 사용자 댓글 간편 보기
네이버 뉴스에서 댓글 작성자의 다른 댓글을 간편하게 볼 수 있습니다.
Qu'est-ce que 네이버 뉴스 사용자 댓글 간편 보기 ?
네이버 뉴스 사용자 댓글 간편 보기 est une extension Chrome développée par ohgyun, et sa fonction principale est "네이버 뉴스에서 댓글 작성자의 다른 댓글을 간편하게 볼 수 있습니다.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension 네이버 뉴스 사용자 댓글 간편 보기
Téléchargez les fichiers d'extension 네이버 뉴스 사용자 댓글 간편 보기 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
네이버 뉴스 기사의 댓글, 보신 적 있으신가요? 저는 관심있는 기사가 있을 때 가끔 열어 보는데, 정말 댓글을 볼 때마다 참 답답한 마음이 듭니다. 지나치게 편파적이고 수준 이하인 댓글이 많고, 평소 SNS에서 접하는 여론과 댓글의 여론이 너무나 다르기 때문입니다. 그런 댓글들을 만날 때면, 그것들이 소위 알바나 특정 조직의 의도된 여론 조작인 것인지, 아니면 정말 나와 의견이 다른 소신있는 한 사람의 의견인지 궁금할 때가 있습니다. 이런 문제 때문에, 네이버 모바일 뉴스에선 이미, 댓글 작성자의 다른 댓글 목록을 볼 수 있는 기능을 제공하고 있습니다. 하지만 아쉽게도 아직 데스크탑에선 해당 기능을 제공하고 있지 않습니다. 이 크롬 익스텐션은, 데스크탑에서도 댓글 작성자의 다른 목록을 쉽게 볼 수 있도록 도와줍니다. 뉴스 기사의 댓글 목록에서 사용자 이름 우측에 생성되는 주황색 목록 버튼을 클릭하면 됩니다. 작은 도구이지만, 부디, 오염된 댓글 중에 소신있는 의견을 걸러내 공정하게 여론을 받아들이는 데에 도움이 되길 바랍니다. # 개선 의견이나 버그 신고는 아래 페이지로 부탁드립니다~ http://ohgyun.github.io/naver-news-user-comments-viewer/
Informations de Base sur l'Extension
Nom | |
ID | bnbblldkbmjjflbbndpgnhoccdbjnnhd |
URL Officiel | https://chrome.google.com/webstore/detail/%EB%84%A4%EC%9D%B4%EB%B2%84-%EB%89%B4%EC%8A%A4-%EC%82%AC%EC%9A%A9%EC%9E%90-%EB%8C%93%EA%B8%80-%EA%B0%84%ED%8E%B8-%EB%B3%B4%EA%B8%B0/bnbblldkbmjjflbbndpgnhoccdbjnnhd |
Description | 네이버 뉴스에서 댓글 작성자의 다른 댓글을 간편하게 볼 수 있습니다. |
Taille du Fichier | 90.79 KB |
Nombre d'Installations | 299 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2013-12-31 |
Date de Publication | 2013-12-31 |
Évaluation | 2.83/5 Total 6 Évaluations |
Développeur | ohgyun |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\ub124\uc774\ubc84 \ub274\uc2a4 \uc0ac\uc6a9\uc790 \ub313\uae00 \uac04\ud3b8 \ubcf4\uae30", "version": "0.1.2", "description": "\ub124\uc774\ubc84 \ub274\uc2a4\uc5d0\uc11c \ub313\uae00 \uc791\uc131\uc790\uc758 \ub2e4\ub978 \ub313\uae00\uc744 \uac04\ud3b8\ud558\uac8c \ubcfc \uc218 \uc788\uc2b5\ub2c8\ub2e4.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/comment.news.naver.com\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/cscript.min.js" ], "all_frames": true } ], "background": { "scripts": [ "js\/bg.min.js" ] }, "permissions": [ "http:\/\/m.news.naver.com\/*", "tabs" ], "web_accessible_resources": [ "vendor\/*", "js\/*", "font\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |