Not yet, AV1

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

Что такое Not yet, AV1?

Not yet, AV1 - это расширение Chrome, разработанное Unknown, и его основная функция - "Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Not yet, AV1

Скачайте файлы расширений Not yet, AV1 в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

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

Основная информация о расширении

Название Not yet, AV1 Not yet, AV1
ID dcmllfkiihingappljlkffafnlhdpbai
Официальный URL https://chromewebstore.google.com/detail/not-yet-av1/dcmllfkiihingappljlkffafnlhdpbai
Описание Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.
Размер файла 72.63 KB
Количество установок 4,000
Текущая Версия 1.0.0
Последнее Обновление 2019-11-03
Дата публикации 2019-11-02
Рейтинг 4.74/5 Всего 27 оценок
Разработчик Unknown
Тип оплаты free
Официальный сайт расширения https://github.com/Shimmermare/NotYetAV1
Поддерживаемые языки 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"
}