New네이버
웨일 브라우저에서만 적용되는 네이버의 새 디자인을 적용시킵니다.
Wat is New네이버?
New네이버 is een Chrome-extensie ontwikkeld door https://joyfui.wo.tc, en de belangrijkste functie is "웨일 브라우저에서만 적용되는 네이버의 새 디자인을 적용시킵니다.".
Extensie Screenshots
Download het CRX-bestand van de extensie New네이버
Download New네이버-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
웨일 브라우저에서만 적용되는 네이버의 새 디자인을 적용시켜주는 브라우저 확장입니다.
단순하게 네이버 접속 시 웨일로 접속하는 것으로 속이는 원리입니다. Basisinformatie over de Extensie
| Naam | |
| ID | kofgbkkedcjbnabgeagelhdedhfeehnd |
| Officiële URL | https://chromewebstore.google.com/detail/new%EB%84%A4%EC%9D%B4%EB%B2%84/kofgbkkedcjbnabgeagelhdedhfeehnd |
| Beschrijving | 웨일 브라우저에서만 적용되는 네이버의 새 디자인을 적용시킵니다. |
| Bestandsgrootte | 19.42 KB |
| Aantal Installaties | 3,318 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2020-03-08 |
| Publicatiedatum | 2020-03-08 |
| Ontwikkelaar | https://joyfui.wo.tc |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/joyfuI/NewNaver |
| Ondersteunde Talen | 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
} | |