Not yet, AV1

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

Qu'est-ce que Not yet, AV1 ?

Not yet, AV1 est une extension Chrome développée par Unknown, et sa fonction principale est "Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Not yet, AV1

Téléchargez les fichiers d'extension Not yet, AV1 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Not yet, AV1 Not yet, AV1
ID dcmllfkiihingappljlkffafnlhdpbai
URL Officiel https://chromewebstore.google.com/detail/not-yet-av1/dcmllfkiihingappljlkffafnlhdpbai
Description Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.
Taille du Fichier 72.63 KB
Nombre d'Installations 4,000
Version Actuelle 1.0.0
Dernière Mise à Jour 2019-11-03
Date de Publication 2019-11-02
Évaluation 4.74/5 Total 27 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/Shimmermare/NotYetAV1
Langues Prises en Charge 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"
}