Audio Delay
Add delay to audio
Audio Delayคืออะไร?
Audio Delay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mchangrh และคุณลักษณะหลักของมันคือ "Add delay to audio"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Audio Delay
ดาวน์โหลดไฟล์ส่วนขยาย Audio Delay ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Delays audio with WebAudio API. Similar to other extensions, this extension intentionally delays and desyncs audio from linked video with the Web Audio API for compatibility with other extensions Licenced under the MIT Licence Source code at https://github.com/mchangrh/audio-delay Changelog: v0.2 - Added support for more than just YouTube, fixed edge cases where audio would not attach.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Audio Delay |
ID | igaalhggadkifhnjchngkijkebilcajg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/audio-delay/igaalhggadkifhnjchngkijkebilcajg |
คำอธิบาย | Add delay to audio |
ขนาดไฟล์ | 25.5 KB |
จำนวนการติดตั้ง | 1,441 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2023-03-16 |
วันที่เผยแพร่ | 2022-02-08 |
คะแนน | 2.73/5 รวมทั้งหมด 22 คะแนน |
ผู้พัฒนา | mchangrh |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/mchangrh/audio-delay |
URL หน้าช่วยเหลือ | https://github.com/mchangrh/audio-delay/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Audio Delay", "description": "Add delay to audio", "version": "0.2.1", "manifest_version": 3, "permissions": [ "storage" ], "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "content_scripts": [ { "run_at": "document_idle", "matches": [ " |