Equalizer for YouTube™

Audio equalizer for YouTube and embedded videos.

Τι είναι το Equalizer for YouTube™;

Το Equalizer for YouTube™ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Muyor, και η κύρια λειτουργία του είναι "Audio equalizer for YouTube and embedded videos.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Equalizer for YouTube™

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

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

                        Equalizer for YouTube™ is an extension that lets you easily adjust audio settings (the balance between frequency components in an audio file) for YouTube videos.

Important note: Equalizer for YouTube™ extension does NOT belong or relate to YouTube and has NO affiliations with Google Inc. or YouTube website at all. It is an unofficial extension that is developed and maintained independently by its author. Note, YouTube™ is a registered trademark of Google Inc.

Note #1: this add-on is a simplified version of Audio Equalizer add-on and specifically designed for the YouTube website only. It is very lite and has no toolbar button (the equalizer button is placed on YouTube page). The add-on works for both YouTube website and all other YouTube embedded videos.

There are 18 audio presets available to choose from in the preset drop-down list. For example, you can choose, pop, club, party, soft rock dance, or any other preset format for the audio stream. Please note that the equalizer button is placed below the video title on the YouTube website. Simply click on the equalizer button to view the drop-down list.

Note #2: If you want a comprehensive Equalizer add-on that works for all websites and media (audio and video), please install my other extension: Audio Equalizer (https://chrome.google.com/webstore/detail/audio-equalizer/cjadmgobonfhilogbdgkkhnoojpgenfg).

Note #3: if you have a feature request, or found a bug to report, please fill the bug report form in the add-on's homepage (https://mybrowseraddon.com/equalizer-for-youtube.html).                    

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

Όνομα Equalizer for YouTube™ Equalizer for YouTube™
ID oggiagogblgafoilijjdhcmflgekfmja
Επίσημο URL https://chromewebstore.google.com/detail/equalizer-for-youtube/oggiagogblgafoilijjdhcmflgekfmja
Περιγραφή Audio equalizer for YouTube and embedded videos.
Μέγεθος Αρχείου 33.38 KB
Αριθμός Εγκαταστάσεων 65,379
Τρέχουσα Έκδοση 0.1.5
Τελευταία Ενημέρωση 2024-01-22
Ημερομηνία Δημοσίευσης 2018-09-26
Αξιολόγηση 3.77/5 Συνολικά 173 Αξιολογήσεις
Προγραμματιστής Muyor
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://mybrowseraddon.com/equalizer-for-youtube.html
Διεύθυνση URL της Σελίδας Βοήθειας https://mybrowseraddon.com/equalizer-for-youtube.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.5",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "name": "Equalizer for YouTube\u2122",
    "description": "Audio equalizer for YouTube and embedded videos.",
    "homepage_url": "https:\/\/mybrowseraddon.com\/equalizer-for-youtube.html",
    "background": {
        "service_worker": "background.js"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "resources": [
                "data\/content_script\/page_context\/inject.js",
                "data\/content_script\/page_context\/inject.css"
            ]
        }
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "data\/content_script\/inject.js"
            ]
        }
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}