Clean Naver
네이버 뉴스에서 기분을 언짢게 하는 댓글을 숨겨줍니다.
Cos'è Clean Naver?
Clean Naver è un'estensione di Chrome sviluppata da writer0713, e la sua funzione principale è "네이버 뉴스에서 기분을 언짢게 하는 댓글을 숨겨줍니다.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clean Naver
Scarica i file di estensione Clean Naver 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
네이버 뉴스 (정치, 연예, etc)를 읽다 보면 하단의 비매너성 댓글들로 인해 기분이 언짢아지는 경우가 있습니다. 오롯이 뉴스 기사에만 집중할 수 있도록 뉴스 하단의 댓글을 가려줍니다. 댓글을 보고 싶을 경우 버튼 클릭 한 번으로 댓글을 볼 수 있습니다. - 쓸데없는 광고, 링크 제거 기능 - 우측 메뉴 가려서 본문에 집중할 수 있도록 도와주는 기능
Informazioni di Base sull'Estensione
Nome | Clean Naver |
ID | dfbinefheanbhakekbeijfegpfapkemd |
URL Ufficiale | https://chromewebstore.google.com/detail/clean-naver/dfbinefheanbhakekbeijfegpfapkemd |
Descrizione | 네이버 뉴스에서 기분을 언짢게 하는 댓글을 숨겨줍니다. |
Dimensione del File | 122 KB |
Conteggio Installazioni | 151 |
Versione Corrente | 1.0.4 |
Ultimo Aggiornamento | 2018-07-19 |
Data di Pubblicazione | 2018-07-19 |
Valutazione | 5.00/5 Totale 8 Valutazioni |
Sviluppatore | writer0713 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clean Naver", "version": "1.0.4", "description": "\ub124\uc774\ubc84 \ub274\uc2a4\uc5d0\uc11c \uae30\ubd84\uc744 \uc5b8\uc9e2\uac8c \ud558\ub294 \ub313\uae00\uc744 \uc228\uaca8\uc90d\ub2c8\ub2e4.", "icons": { "128": "src\/assets\/img\/icon128.png", "48": "src\/assets\/img\/icon48.png", "16": "src\/assets\/img\/icon16.png" }, "browser_action": { "default_icon": "src\/assets\/img\/icon16.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.news.naver.com\/*", "https:\/\/*.news.naver.com\/*" ], "exclude_matches": [ "http:\/\/*.news.naver.com\/*&m_view=1&includeAllCount=true" ], "js": [ "dist\/bundle.js" ], "css": [ "dist\/app.css" ] } ], "background": { "scripts": [ "hot-reload.js" ] } } |