Nova YouTube™

YouTube™ Enhancer

Wat is Nova YouTube™?

Nova YouTube™ is een Chrome-extensie ontwikkeld door raingart, en de belangrijkste functie is "YouTube™ Enhancer".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Nova YouTube™

Download Nova YouTube™-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Nova YouTube™ Nova YouTube™
ID miiheelkbegpkflplpmmkidaklfgjecb
Officiële URL https://chrome.google.com/webstore/detail/nova-youtube/miiheelkbegpkflplpmmkidaklfgjecb
Beschrijving YouTube™ Enhancer
Bestandsgrootte 170 KB
Aantal Installaties 768
Huidige Versie 1.26.2.1
Laatst Bijgewerkt 2022-05-29
Publicatiedatum 2020-06-28
Beoordeling 3.82/5 Totaal 11 Beoordelingen
Ontwikkelaar raingart
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/raingart/Nova-YouTube-extension
Help Pagina-URL https://github.com/raingart/Nova-YouTube-extension/issues
Ondersteunde Talen 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"
    }
}