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ファイルをダウンロード
Naver Video Auto HD拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" ] } ] } |