Audio Delay
Add delay to audio
Vad är Audio Delay?
Audio Delay är en Chrome-tillägg utvecklad av mchangrh, och dess huvudfunktion är "Add delay to audio".
Tilläggsskärmbilder
Ladda ner Audio Delay-förlängningens CRX-fil
Ladda ner Audio Delay-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Audio Delay |
ID | igaalhggadkifhnjchngkijkebilcajg |
Officiell webbadress | https://chromewebstore.google.com/detail/audio-delay/igaalhggadkifhnjchngkijkebilcajg |
Beskrivning | Add delay to audio |
Filstorlek | 25.5 KB |
Antal Installationer | 1,441 |
Aktuell Version | 0.2.1 |
Senast Uppdaterad | 2023-03-16 |
Publiceringsdatum | 2022-02-08 |
Betyg | 2.73/5 Totalt 22 Betyg |
Utvecklare | mchangrh |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/mchangrh/audio-delay |
Hjälpsida URL | https://github.com/mchangrh/audio-delay/issues |
Stödda Språk | 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": [ " |