YoutubePreamp
A simple preamp for soundsystem addict
Vad är YoutubePreamp?
YoutubePreamp är en Chrome-tillägg utvecklad av kklorenzotesta, och dess huvudfunktion är "A simple preamp for soundsystem addict".
Tilläggsskärmbilder
Ladda ner YoutubePreamp-förlängningens CRX-fil
Ladda ner YoutubePreamp-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
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
Grundläggande Information om Tillägg
Namn | YoutubePreamp |
ID | mcjbehbddnhmcecicjalhcigjhdccaac |
Officiell webbadress | https://chromewebstore.google.com/detail/youtubepreamp/mcjbehbddnhmcecicjalhcigjhdccaac |
Beskrivning | A simple preamp for soundsystem addict |
Filstorlek | 270 KB |
Antal Installationer | 2,419 |
Aktuell Version | 0.1.7 |
Senast Uppdaterad | 2021-04-25 |
Publiceringsdatum | 2020-03-29 |
Betyg | 4.94/5 Totalt 16 Betyg |
Utvecklare | kklorenzotesta |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://gitlab.com/kklorenzotesta/youtubepreamp |
Hjälpsida URL | https://gitlab.com/kklorenzotesta/youtubepreamp |
Stödda Språk | 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" ] } ] } |