Nova YouTube™
YouTube™ Enhancer
What is Nova YouTube™?
Nova YouTube™ is a Chrome extension developed by raingart, and its main feature is "YouTube™ Enhancer".
Extension Screenshots
Download Nova YouTube™ Extension CRX File
Download Nova YouTube™ 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
Wiki: https://github.com/raingart/Nova-YouTube-extension/wiki/plugins Demo settings: https://raingart.github.io/options.html#demo
Extension Basic Information
Name | |
ID | miiheelkbegpkflplpmmkidaklfgjecb |
Official URL | https://chrome.google.com/webstore/detail/nova-youtube/miiheelkbegpkflplpmmkidaklfgjecb |
Description | YouTube™ Enhancer |
File Size | 170 KB |
Installation Count | 768 |
Current Version | 1.26.2.1 |
Last Updated | 2022-05-29 |
Publish Date | 2020-06-28 |
Rating | 3.82/5 Total 11 Ratings |
Developer | raingart |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/raingart/Nova-YouTube-extension |
Help Page URL | https://github.com/raingart/Nova-YouTube-extension/issues |
Supported Languages | 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" } } |