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": [ " |