New네이버
웨일 브라우저에서만 적용되는 네이버의 새 디자인을 적용시킵니다.
What is New네이버?
New네이버 is a Chrome extension developed by https://joyfui.wo.tc, and its main feature is "웨일 브라우저에서만 적용되는 네이버의 새 디자인을 적용시킵니다.".
Extension Screenshots
Download New네이버 Extension CRX File
Download New네이버 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
웨일 브라우저에서만 적용되는 네이버의 새 디자인을 적용시켜주는 브라우저 확장입니다. 단순하게 네이버 접속 시 웨일로 접속하는 것으로 속이는 원리입니다.
Extension Basic Information
Name | New네이버 |
ID | kofgbkkedcjbnabgeagelhdedhfeehnd |
Official URL | https://chromewebstore.google.com/detail/new%EB%84%A4%EC%9D%B4%EB%B2%84/kofgbkkedcjbnabgeagelhdedhfeehnd |
Description | 웨일 브라우저에서만 적용되는 네이버의 새 디자인을 적용시킵니다. |
File Size | 19.42 KB |
Installation Count | 3,318 |
Current Version | 0.2 |
Last Updated | 2020-03-08 |
Publish Date | 2020-03-08 |
Developer | https://joyfui.wo.tc |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/joyfuI/NewNaver |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "New\ub124\uc774\ubc84", "version": "0.2", "author": "joyfuI", "description": "\uc6e8\uc77c \ube0c\ub77c\uc6b0\uc800\uc5d0\uc11c\ub9cc \uc801\uc6a9\ub418\ub294 \ub124\uc774\ubc84\uc758 \uc0c8 \ub514\uc790\uc778\uc744 \uc801\uc6a9\uc2dc\ud0b5\ub2c8\ub2e4.", "homepage_url": "https:\/\/github.com\/joyfuI\/NewNaver", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "*:\/\/*.naver.com\/*", "webRequest", "webRequestBlocking" ], "manifest_version": 2 } |