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 |
电子邮箱 | [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" } } |