YoutubePreamp
A simple preamp for soundsystem addict
Qu'est-ce que YoutubePreamp ?
YoutubePreamp est une extension Chrome développée par kklorenzotesta, et sa fonction principale est "A simple preamp for soundsystem addict".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension YoutubePreamp
Téléchargez les fichiers d'extension YoutubePreamp au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | YoutubePreamp |
ID | mcjbehbddnhmcecicjalhcigjhdccaac |
URL Officiel | https://chromewebstore.google.com/detail/youtubepreamp/mcjbehbddnhmcecicjalhcigjhdccaac |
Description | A simple preamp for soundsystem addict |
Taille du Fichier | 270 KB |
Nombre d'Installations | 2,419 |
Version Actuelle | 0.1.7 |
Dernière Mise à Jour | 2021-04-25 |
Date de Publication | 2020-03-29 |
Évaluation | 4.94/5 Total 16 Évaluations |
Développeur | kklorenzotesta |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://gitlab.com/kklorenzotesta/youtubepreamp |
URL de la Page d'Aide | https://gitlab.com/kklorenzotesta/youtubepreamp |
Langues Prises en Charge | 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" ] } ] } |