Nova YouTube™
YouTube™ Enhancer
Co to jest Nova YouTube™?
Nova YouTube™ to rozszerzenie Chrome opracowane przez raingart, a jego główną funkcją jest „YouTube™ Enhancer”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Nova YouTube™
Pobierz pliki rozszerzeń Nova YouTube™ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Wiki: https://github.com/raingart/Nova-YouTube-extension/wiki/plugins Demo settings: https://raingart.github.io/options.html#demo
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | miiheelkbegpkflplpmmkidaklfgjecb |
Oficjalny URL | https://chrome.google.com/webstore/detail/nova-youtube/miiheelkbegpkflplpmmkidaklfgjecb |
Opis | YouTube™ Enhancer |
Rozmiar pliku | 170 KB |
Liczba instalacji | 768 |
Aktualna Wersja | 1.26.2.1 |
Ostatnia Aktualizacja | 2022-05-29 |
Data Publikacji | 2020-06-28 |
Ocena | 3.82/5 Łącznie 11 Oceny |
Deweloper | raingart |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/raingart/Nova-YouTube-extension |
Adres URL Strony Pomocy | https://github.com/raingart/Nova-YouTube-extension/issues |
Obsługiwane Języki | 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" } } |