Anti Ear Blaster

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

Co je Anti Ear Blaster?

Anti Ear Blaster je rozšíření Chrome vyvinuté Joker Development, a jeho hlavní funkcí je „Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Anti Ear Blaster

Stáhněte si soubory rozšíření Anti Ear Blaster ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Anti Ear Blaster Anti Ear Blaster
ID lilnheebfjnjfcgbpfggefmmibfbfjoo
Oficiální URL https://chrome.google.com/webstore/detail/anti-ear-blaster/lilnheebfjnjfcgbpfggefmmibfbfjoo
Popis Sets the volume level of all html audio and video players automatically to a chosen level. Your ears will love it.
Velikost souboru 45.5 KB
Počet instalací 78
Aktuální Verze 1.1
Poslední Aktualizace 2020-01-07
Datum Vydání 2019-12-30
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Joker Development
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
}