Not yet, AV1

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

O que é Not yet, AV1?

Not yet, AV1 é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Not yet, AV1

Baixe arquivos de extensão Not yet, AV1 no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Not yet, AV1 Not yet, AV1
ID dcmllfkiihingappljlkffafnlhdpbai
URL Oficial https://chromewebstore.google.com/detail/not-yet-av1/dcmllfkiihingappljlkffafnlhdpbai
Descrição Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.
Tamanho do Arquivo 72.63 KB
Contagem de Instalações 4,000
Versão Atual 1.0.0
Última Atualização 2019-11-03
Data de Publicação 2019-11-02
Classificação 4.74/5 Total de 27 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/Shimmermare/NotYetAV1
Idiomas Suportados 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"
}