Not yet, AV1

Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.

Cos'è Not yet, AV1?

Not yet, AV1 è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Not yet, AV1

Scarica i file di estensione Not yet, AV1 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

                        Licensed under MIT License. 
Based on h264ify by erkserkserks which is also licensed under MIT License.                    

Informazioni di Base sull'Estensione

Nome Not yet, AV1 Not yet, AV1
ID dcmllfkiihingappljlkffafnlhdpbai
URL Ufficiale https://chromewebstore.google.com/detail/not-yet-av1/dcmllfkiihingappljlkffafnlhdpbai
Descrizione Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.
Dimensione del File 72.63 KB
Conteggio Installazioni 4,000
Versione Corrente 1.0.0
Ultimo Aggiornamento 2019-11-03
Data di Pubblicazione 2019-11-02
Valutazione 4.74/5 Totale 27 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Shimmermare/NotYetAV1
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Not yet, AV1",
    "version": "1.0.0",
    "description": "Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtube-nocookie.com\/*",
                "*:\/\/*.youtu.be\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "src\/inject\/content_script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "homepage_url": "https:\/\/github.com\/Shimmermare\/NotYetAV1"
}