Nova YouTube™

YouTube™ Enhancer

Cos'è Nova YouTube™?

Nova YouTube™ è un'estensione di Chrome sviluppata da raingart, e la sua funzione principale è "YouTube™ Enhancer".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Nova YouTube™

Scarica i file di estensione Nova YouTube™ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

Informazioni di Base sull'Estensione

Nome Nova YouTube™ Nova YouTube™
ID miiheelkbegpkflplpmmkidaklfgjecb
URL Ufficiale https://chrome.google.com/webstore/detail/nova-youtube/miiheelkbegpkflplpmmkidaklfgjecb
Descrizione YouTube™ Enhancer
Dimensione del File 170 KB
Conteggio Installazioni 768
Versione Corrente 1.26.2.1
Ultimo Aggiornamento 2022-05-29
Data di Pubblicazione 2020-06-28
Valutazione 3.82/5 Totale 11 Valutazioni
Sviluppatore raingart
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/raingart/Nova-YouTube-extension
URL della Pagina di Aiuto https://github.com/raingart/Nova-YouTube-extension/issues
Lingue Supportate 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"
    }
}