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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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" } |