Not yet, AV1
Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.
Apa itu Not yet, AV1?
Not yet, AV1 adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Not yet, AV1
Unduh file ekstensi Not yet, AV1 dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Licensed under MIT License. Based on h264ify by erkserkserks which is also licensed under MIT License.
Informasi Dasar Ekstensi
Nama | Not yet, AV1 |
ID | dcmllfkiihingappljlkffafnlhdpbai |
URL Resmi | https://chromewebstore.google.com/detail/not-yet-av1/dcmllfkiihingappljlkffafnlhdpbai |
Deskripsi | Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites. |
Ukuran File | 72.63 KB |
Jumlah Instalasi | 4,000 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2019-11-03 |
Tanggal Publikasi | 2019-11-02 |
Penilaian | 4.74/5 Total 27 Penilaian |
Pengembang | Unknown |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Shimmermare/NotYetAV1 |
Bahasa yang Didukung | 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" } |