YoutubePreamp
A simple preamp for soundsystem addict
Wat is YoutubePreamp?
YoutubePreamp is een Chrome-extensie ontwikkeld door kklorenzotesta, en de belangrijkste functie is "A simple preamp for soundsystem addict".
Extensie Screenshots
Download het CRX-bestand van de extensie YoutubePreamp
Download YoutubePreamp-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | YoutubePreamp |
ID | mcjbehbddnhmcecicjalhcigjhdccaac |
Officiële URL | https://chromewebstore.google.com/detail/youtubepreamp/mcjbehbddnhmcecicjalhcigjhdccaac |
Beschrijving | A simple preamp for soundsystem addict |
Bestandsgrootte | 270 KB |
Aantal Installaties | 2,419 |
Huidige Versie | 0.1.7 |
Laatst Bijgewerkt | 2021-04-25 |
Publicatiedatum | 2020-03-29 |
Beoordeling | 4.94/5 Totaal 16 Beoordelingen |
Ontwikkelaar | kklorenzotesta |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://gitlab.com/kklorenzotesta/youtubepreamp |
Help Pagina-URL | https://gitlab.com/kklorenzotesta/youtubepreamp |
Ondersteunde Talen | 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" ] } ] } |