Whale Promotion Remover
네이버 들어갈 때마다 나오는 웨일 광고를 지웁니다.
What is Whale Promotion Remover?
Whale Promotion Remover is a Chrome extension developed by paxbun, and its main feature is "네이버 들어갈 때마다 나오는 웨일 광고를 지웁니다.".
Extension Screenshots
Download Whale Promotion Remover Extension CRX File
Download Whale Promotion Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
이 익스텐션은 네이버에 접속할 때 표시되는 네이버 웨일 광고를 제거합니다. 네이버 웨일이 아닌 브라우저로 네이버에 접속하면 네이버 웨일을 설치하라는 광고가 상단에 표시됩니다. 웨일이 나쁜 브라우저인 건 아니지만, 전 개인적으로 웨일을 쓰고 싶지 않기 때문에 네이버에 접속할 때 마다 광고가 거슬렸습니다. 그래서 웨일 광고를 보지 않기 위해 광고를 제거하는 익스텐션을 개발했습니다. 이 익스텐션은 주소가 https://www.naver.com/일 때, 웨일 광고를 표시하는 부분만을 제거한 후, 웨일 광고를 표시하지 않도록 쿠키를 설정(NM_TOP_PROMOTION=1; path=/)합니다. 다른 일은 하지 않습니다.
Extension Basic Information
Name | Whale Promotion Remover |
ID | lklnjalkeikmgdbdiajfambhfihikhne |
Official URL | https://chromewebstore.google.com/detail/whale-promotion-remover/lklnjalkeikmgdbdiajfambhfihikhne |
Description | 네이버 들어갈 때마다 나오는 웨일 광고를 지웁니다. |
File Size | 97.04 KB |
Installation Count | 148 |
Current Version | 1.2 |
Last Updated | 2020-09-10 |
Publish Date | 2020-05-28 |
Rating | 5.00/5 Total 3 Ratings |
Developer | paxbun |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Whale Promotion Remover", "version": "1.2", "description": "\ub124\uc774\ubc84 \ub4e4\uc5b4\uac08 \ub54c\ub9c8\ub2e4 \ub098\uc624\ub294 \uc6e8\uc77c \uad11\uace0\ub97c \uc9c0\uc6c1\ub2c8\ub2e4.", "manifest_version": 2, "content_scripts": [ { "js": [ "main.js" ], "matches": [ "https:\/\/www.naver.com\/" ] } ], "icons": { "256": "icon256.png", "128": "icon128.png" } } |