YoutubePreamp

A simple preamp for soundsystem addict

Τι είναι το YoutubePreamp;

Το YoutubePreamp είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον kklorenzotesta, και η κύρια λειτουργία του είναι "A simple preamp for soundsystem addict".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης YoutubePreamp

Λήψη αρχείων επέκτασης YoutubePreamp σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα YoutubePreamp YoutubePreamp
ID mcjbehbddnhmcecicjalhcigjhdccaac
Επίσημο URL https://chromewebstore.google.com/detail/youtubepreamp/mcjbehbddnhmcecicjalhcigjhdccaac
Περιγραφή A simple preamp for soundsystem addict
Μέγεθος Αρχείου 270 KB
Αριθμός Εγκαταστάσεων 2,419
Τρέχουσα Έκδοση 0.1.7
Τελευταία Ενημέρωση 2021-04-25
Ημερομηνία Δημοσίευσης 2020-03-29
Αξιολόγηση 4.94/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής kklorenzotesta
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://gitlab.com/kklorenzotesta/youtubepreamp
Διεύθυνση URL της Σελίδας Βοήθειας https://gitlab.com/kklorenzotesta/youtubepreamp
Υποστηριζόμενες Γλώσσες 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"
            ]
        }
    ]
}