Not yet, AV1

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

什麼是Not yet, AV1?

Not yet, AV1是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.”。

擴展截圖

screenshot

下載Not yet, AV1擴展crx文件

下載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
官方網址 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"
}