Browser EQ

Control the frequency content of your browser audio

Τι είναι το Browser EQ;

Το Browser EQ είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Berrak Nil Boya, και η κύρια λειτουργία του είναι "Control the frequency content of your browser audio".

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

screenshot

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

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

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

                        Browser EQ is a parametric audio equalizer that allows users to control the frequency content of their in-browser audio.

Is the volume level of a video you are watching too low? Is the video game footage you are watching too bass heavy or has a high pitched hiss going on in the background?

Now you can use Browser EQ to filter, boost or cut the audio frequency content of anything you are watching in the browser, whenever you want.

Release Notes:
As of version 1.0.0, there is only one instance of the eq enabled per browser, which means when you toggle the EQ popup on another tab, that tab will take over and the previously EQ'ed tab will go back to its default audio stream.

Right now EQ persists between URL changes and page refreshes, so to close it down completely you need to close the tab (or alternatively toggle the EQ on another page). 


Coming soon,

Presets, specified by use cases to give you an easier starting values.
Panning controls, to fix possible stereo problems on the video you are watching.
Ability to turn EQ on/off from the UI without having to close the tab.                    

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

Όνομα Browser EQ Browser EQ
ID odamhgdipmfelnoclggflemkjkigdnhe
Επίσημο URL https://chromewebstore.google.com/detail/browser-eq/odamhgdipmfelnoclggflemkjkigdnhe
Περιγραφή Control the frequency content of your browser audio
Μέγεθος Αρχείου 22.43 KB
Αριθμός Εγκαταστάσεων 2,396
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2022-07-15
Ημερομηνία Δημοσίευσης 2018-12-27
Αξιολόγηση 4.06/5 Συνολικά 16 Αξιολογήσεις
Προγραμματιστής Berrak Nil Boya
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Browser EQ",
    "description": "Control the frequency content of your browser audio",
    "version": "1.0.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Browser EQ"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabCapture"
    ]
}