YoutubePreamp
A simple preamp for soundsystem addict
Что такое YoutubePreamp?
YoutubePreamp - это расширение Chrome, разработанное kklorenzotesta, и его основная функция - "A simple preamp for soundsystem addict".
Снимки экрана расширения
Скачать файл CRX расширения YoutubePreamp
Скачайте файлы расширений YoutubePreamp в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Youtube Preamp YoutubePreamp adds to every youtube video the controls of a simple sound system preamp. Includes: • 4-way crossover with kill switches and volumes • Dub siren • Delay for the video and the dub siren Issues, feedback and source code: YoutubePreamp is an open source project, if you want to contribute, require support or request new features feel free to open an issue at https://gitlab.com/kklorenzotesta/youtubepreamp
Основная информация о расширении
Название | YoutubePreamp |
ID | mcjbehbddnhmcecicjalhcigjhdccaac |
Официальный URL | https://chromewebstore.google.com/detail/youtubepreamp/mcjbehbddnhmcecicjalhcigjhdccaac |
Описание | A simple preamp for soundsystem addict |
Размер файла | 270 KB |
Количество установок | 2,419 |
Текущая Версия | 0.1.7 |
Последнее Обновление | 2021-04-25 |
Дата публикации | 2020-03-29 |
Рейтинг | 4.94/5 Всего 16 оценок |
Разработчик | kklorenzotesta |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://gitlab.com/kklorenzotesta/youtubepreamp |
URL страницы помощи | https://gitlab.com/kklorenzotesta/youtubepreamp |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YoutubePreamp", "version": "0.1.7", "description": "A simple preamp for soundsystem addict", "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "web_accessible_resources": [ "css\/preamp.css", "css\/preamp-wrapper.css", "css\/nouislider.css", "icons\/icon-16.png", "icons\/icon-48.png", "icons\/icon-128.png" ], "content_scripts": [ { "js": [ "js\/YoutubePreamp-deps.js", "js\/YoutubePreamp.js" ], "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/m.youtube.com\/*" ], "css": [ "css\/preamp-wrapper.css" ] } ] } |