Naver Video Auto HD
A browser extension that sets the quality of Naver videos according to the user's preference.
Naver Video Auto HD란 무엇입니까?
Naver Video Auto HD은(는) twleev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A browser extension that sets the quality of Naver videos according to the user's preference."입니다.
확장 프로그램 스크린샷
Naver Video Auto HD 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Target Naver pages - TV - TV Live - Sports - Sports Live - News - News Live
확장 프로그램 기본 정보
이름 | Naver Video Auto HD |
ID | eghifhdblcpobjmamniiligjpicaochg |
공식 URL | https://chromewebstore.google.com/detail/naver-video-auto-hd/eghifhdblcpobjmamniiligjpicaochg |
설명 | A browser extension that sets the quality of Naver videos according to the user's preference. |
파일 크기 | 22.91 KB |
설치 횟수 | 234 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2022-03-02 |
출시 날짜 | 2022-02-07 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | twleev |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/leetaewook/naver-video-auto-hd |
지원되는 언어 | en,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.1", "manifest_version": 3, "permissions": [ "storage" ], "action": { "default_popup": "popup.html", "default_title": "__MSG_appName__" }, "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.naver.com\/*" ], "js": [ "main.js" ] } ] } |