Naver Video Auto HD

A browser extension that sets the quality of Naver videos according to the user's preference.

What is Naver Video Auto HD?

Naver Video Auto HD is a Chrome extension developed by twleev, and its main feature is "A browser extension that sets the quality of Naver videos according to the user's preference.".

Extension Screenshots

screenshot

Download Naver Video Auto HD Extension CRX File

Download Naver Video Auto HD 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

                        Target Naver pages
- TV
- TV Live
- Sports
- Sports Live
- News
- News Live                    

Extension Basic Information

Name Naver Video Auto HD Naver Video Auto HD
ID eghifhdblcpobjmamniiligjpicaochg
Official URL https://chromewebstore.google.com/detail/naver-video-auto-hd/eghifhdblcpobjmamniiligjpicaochg
Description A browser extension that sets the quality of Naver videos according to the user's preference.
File Size 22.91 KB
Installation Count 234
Current Version 1.0.1
Last Updated 2022-03-02
Publish Date 2022-02-07
Rating 5.00/5 Total 2 Ratings
Developer twleev
Email [email protected]
Payment Type free
Help Page URL https://github.com/leetaewook/naver-video-auto-hd
Supported Languages 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"
            ]
        }
    ]
}