Not yet, AV1

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

What is Not yet, AV1?

Not yet, AV1 is a Chrome extension developed by Unknown, and its main feature is "Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.".

Extension Screenshots

screenshot

Download Not yet, AV1 Extension CRX File

Download Not yet, AV1 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Not yet, AV1 Not yet, AV1
ID dcmllfkiihingappljlkffafnlhdpbai
Official URL https://chromewebstore.google.com/detail/not-yet-av1/dcmllfkiihingappljlkffafnlhdpbai
Description Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.
File Size 72.63 KB
Installation Count 4,000
Current Version 1.0.0
Last Updated 2019-11-03
Publish Date 2019-11-02
Rating 4.74/5 Total 27 Ratings
Developer Unknown
Payment Type free
Extension Website https://github.com/Shimmermare/NotYetAV1
Supported Languages 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"
}