Anti Ear Blaster

Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.

Cos'è Anti Ear Blaster?

Anti Ear Blaster è un'estensione di Chrome sviluppata da Joker Development, e la sua funzione principale è "Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Anti Ear Blaster

Scarica i file di estensione Anti Ear Blaster in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Sets the volume level of all html audio and video players automatically to a chosen volume level. You can also unmute all players automatically if you want.                    

Informazioni di Base sull'Estensione

Nome Anti Ear Blaster Anti Ear Blaster
ID lilnheebfjnjfcgbpfggefmmibfbfjoo
URL Ufficiale https://chrome.google.com/webstore/detail/anti-ear-blaster/lilnheebfjnjfcgbpfggefmmibfbfjoo
Descrizione Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.
Dimensione del File 45.5 KB
Conteggio Installazioni 78
Versione Corrente 1.1
Ultimo Aggiornamento 2020-01-07
Data di Pubblicazione 2019-12-30
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Joker Development
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Anti Ear Blaster",
    "version": "1.1",
    "description": "Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.",
    "permissions": [
        "tabs",
        "declarativeContent",
        "storage"
    ],
    "browser_action": {
        "default_popup": "html\/menu.html",
        "default_icon": {
            "16": "assets\/img\/icons\/icon16.png",
            "32": "assets\/img\/icons\/icon32.png",
            "48": "assets\/img\/icons\/icon48.png",
            "128": "assets\/img\/icons\/icon128.png"
        }
    },
    "icons": {
        "16": "assets\/img\/icons\/icon16.png",
        "32": "assets\/img\/icons\/icon32.png",
        "48": "assets\/img\/icons\/icon48.png",
        "128": "assets\/img\/icons\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/js\/ext\/jquery.min.js",
                "assets\/js\/background.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 2
}