YoutubePreamp

A simple preamp for soundsystem addict

Hvad er YoutubePreamp?

YoutubePreamp er en Chrome-udvidelse udviklet af kklorenzotesta, og dens hovedfunktion er "A simple preamp for soundsystem addict".

Udvidelsesskærmbilleder

screenshot
screenshot

Download YoutubePreamp-udvidelses-CRX-fil

Download YoutubePreamp-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn YoutubePreamp YoutubePreamp
ID mcjbehbddnhmcecicjalhcigjhdccaac
Officiel URL https://chromewebstore.google.com/detail/youtubepreamp/mcjbehbddnhmcecicjalhcigjhdccaac
Beskrivelse A simple preamp for soundsystem addict
Filstørrelse 270 KB
Antal Installationer 2,419
Nuværende Version 0.1.7
Senest Opdateret 2021-04-25
Udgivelsesdato 2020-03-29
Bedømmelse 4.94/5 Samlet 16 Bedømmelser
Udvikler kklorenzotesta
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://gitlab.com/kklorenzotesta/youtubepreamp
Hjælpeside-URL https://gitlab.com/kklorenzotesta/youtubepreamp
Understøttede Sprog 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"
            ]
        }
    ]
}