YoutubePreamp

A simple preamp for soundsystem addict

Co je YoutubePreamp?

YoutubePreamp je rozšíření Chrome vyvinuté kklorenzotesta, a jeho hlavní funkcí je „A simple preamp for soundsystem addict“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření YoutubePreamp

Stáhněte si soubory rozšíření YoutubePreamp ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název YoutubePreamp YoutubePreamp
ID mcjbehbddnhmcecicjalhcigjhdccaac
Oficiální URL https://chromewebstore.google.com/detail/youtubepreamp/mcjbehbddnhmcecicjalhcigjhdccaac
Popis A simple preamp for soundsystem addict
Velikost souboru 270 KB
Počet instalací 2,419
Aktuální Verze 0.1.7
Poslední Aktualizace 2021-04-25
Datum Vydání 2020-03-29
Hodnocení 4.94/5 Celkem 16 Hodnocení
Vývojář kklorenzotesta
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://gitlab.com/kklorenzotesta/youtubepreamp
URL Stránky Nápovědy https://gitlab.com/kklorenzotesta/youtubepreamp
Podporované Jazyky 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"
            ]
        }
    ]
}