YoutubePreamp

A simple preamp for soundsystem addict

Cos'è YoutubePreamp?

YoutubePreamp è un'estensione di Chrome sviluppata da kklorenzotesta, e la sua funzione principale è "A simple preamp for soundsystem addict".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione YoutubePreamp

Scarica i file di estensione YoutubePreamp in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome YoutubePreamp YoutubePreamp
ID mcjbehbddnhmcecicjalhcigjhdccaac
URL Ufficiale https://chromewebstore.google.com/detail/youtubepreamp/mcjbehbddnhmcecicjalhcigjhdccaac
Descrizione A simple preamp for soundsystem addict
Dimensione del File 270 KB
Conteggio Installazioni 2,419
Versione Corrente 0.1.7
Ultimo Aggiornamento 2021-04-25
Data di Pubblicazione 2020-03-29
Valutazione 4.94/5 Totale 16 Valutazioni
Sviluppatore kklorenzotesta
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://gitlab.com/kklorenzotesta/youtubepreamp
URL della Pagina di Aiuto https://gitlab.com/kklorenzotesta/youtubepreamp
Lingue Supportate 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"
            ]
        }
    ]
}