Not yet, AV1
Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.
ما هو Not yet, AV1؟
Not yet, AV1 هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Extremely lightweight Chrome plugin to disable AV1 on YouTube and other sites.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Not yet, AV1
قم بتنزيل ملفات الامتداد Not yet, AV1 بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |