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.”。

扩展截图

screenshot

下载Naver Video Auto HD扩展crx文件

下载Naver Video Auto HD扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

扩展基本信息

名称 Naver Video Auto HD 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"
            ]
        }
    ]
}