Audio Delay
Add delay to audio
What is Audio Delay?
Audio Delay is a Chrome extension developed by mchangrh, and its main feature is "Add delay to audio".
Extension Screenshots
Download Audio Delay Extension CRX File
Download Audio Delay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Audio Delay |
ID | igaalhggadkifhnjchngkijkebilcajg |
Official URL | https://chromewebstore.google.com/detail/audio-delay/igaalhggadkifhnjchngkijkebilcajg |
Description | Add delay to audio |
File Size | 25.5 KB |
Installation Count | 1,441 |
Current Version | 0.2.1 |
Last Updated | 2023-03-16 |
Publish Date | 2022-02-08 |
Rating | 2.73/5 Total 22 Ratings |
Developer | mchangrh |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mchangrh/audio-delay |
Help Page URL | https://github.com/mchangrh/audio-delay/issues |
Supported Languages | 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": [ " |