Nova YouTube™

YouTube™ Enhancer

Was ist Nova YouTube™?

Nova YouTube™ ist eine Chrome-Erweiterung, die von raingart entwickelt wurde, und ihr Hauptmerkmal ist "YouTube™ Enhancer".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Nova YouTube™-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nova YouTube™-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Wiki:
https://github.com/raingart/Nova-YouTube-extension/wiki/plugins

Demo settings:
https://raingart.github.io/options.html#demo                    

Grundlegende Informationen zur Erweiterung

Name Nova YouTube™ Nova YouTube™
ID miiheelkbegpkflplpmmkidaklfgjecb
Offizielle URL https://chrome.google.com/webstore/detail/nova-youtube/miiheelkbegpkflplpmmkidaklfgjecb
Beschreibung YouTube™ Enhancer
Dateigröße 170 KB
Installationsanzahl 768
Aktuelle Version 1.26.2.1
Letztes Update 2022-05-29
Veröffentlichungsdatum 2020-06-28
Bewertung 3.82/5 Insgesamt 11 Bewertungen
Entwickler raingart
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/raingart/Nova-YouTube-extension
Hilfeseite URL https://github.com/raingart/Nova-YouTube-extension/issues
Unterstützte Sprachen 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"
    }
}