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" } |