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.”。
扩展截图
下载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 |
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" } |