YoutubePreamp

A simple preamp for soundsystem addict

What is YoutubePreamp?

YoutubePreamp is a Chrome extension developed by kklorenzotesta, and its main feature is "A simple preamp for soundsystem addict".

Extension Screenshots

screenshot
screenshot

Download YoutubePreamp Extension CRX File

Download YoutubePreamp extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name YoutubePreamp YoutubePreamp
ID mcjbehbddnhmcecicjalhcigjhdccaac
Official URL https://chromewebstore.google.com/detail/youtubepreamp/mcjbehbddnhmcecicjalhcigjhdccaac
Description A simple preamp for soundsystem addict
File Size 270 KB
Installation Count 2,419
Current Version 0.1.7
Last Updated 2021-04-25
Publish Date 2020-03-29
Rating 4.94/5 Total 16 Ratings
Developer kklorenzotesta
Email [email protected]
Payment Type free
Extension Website https://gitlab.com/kklorenzotesta/youtubepreamp
Help Page URL https://gitlab.com/kklorenzotesta/youtubepreamp
Supported Languages 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"
            ]
        }
    ]
}