Nova YouTube™
YouTube™ Enhancer
Nova YouTube™とは何ですか?
Nova YouTube™はraingartによって開発されたChromeの拡張機能で、その主な機能は「YouTube™ Enhancer」です。
拡張機能のスクリーンショット
Nova YouTube™拡張機能のCRXファイルをダウンロード
Nova YouTube™拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Wiki: https://github.com/raingart/Nova-YouTube-extension/wiki/plugins Demo settings: https://raingart.github.io/options.html#demo
拡張機能の基本情報
名前 | |
ID | miiheelkbegpkflplpmmkidaklfgjecb |
公式URL | https://chrome.google.com/webstore/detail/nova-youtube/miiheelkbegpkflplpmmkidaklfgjecb |
説明 | YouTube™ Enhancer |
ファイルサイズ | 170 KB |
インストール数 | 768 |
現在のバージョン | 1.26.2.1 |
最終更新日 | 2022-05-29 |
公開日 | 2020-06-28 |
評価 | 3.82/5 合計 11 レビュー |
開発者 | raingart |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/raingart/Nova-YouTube-extension |
ヘルプページのURL | https://github.com/raingart/Nova-YouTube-extension/issues |
対応言語 | de,en,fr,tr,es,zh-CN,ja,ko |
manifest.json | |
{ "manifest_version": 2, "name": "Nova YouTube\u2122", "short_name": "NovaTube", "description": "__MSG_app_description__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "default_locale": "en", "minimum_chrome_version": "80.0", "version": "1.26.2.1", "author": "raingart", "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "permissions": [ "storage" ], "background": { "page": "\/html\/background.html", "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*", "https:\/\/*.youtube-nocookie.com\/*" ], "exclude_matches": [ "https:\/\/*.youtube.com\/*.xml*", "https:\/\/*.youtube.com\/error*", "https:\/\/music.youtube.com\/*", "https:\/\/accounts.youtube.com\/*" ], "run_at": "document_start", "all_frames": true, "js": [ "\/js\/libs\/storage.js", "\/js\/plugins.js", "\/js\/loader.js" ] } ], "web_accessible_resources": [ "\/plugins\/*" ], "options_page": "\/html\/options.html?tabs=tab-plugins", "browser_action": { "default_popup": "\/html\/options.html" } } |