Mute Notifications

Disable all desktop notifications with one click.

Co je Mute Notifications?

Mute Notifications je rozšíření Chrome vyvinuté Ondřej Cífka, a jeho hlavní funkcí je „Disable all desktop notifications with one click.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Mute Notifications

Stáhněte si soubory rozšíření Mute Notifications 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í

                        This extension adds a button to Chrome that turns off desktop notifications for all web pages. When the button is clicked again, the original notification settings are restored.                    

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

Název Mute Notifications Mute Notifications
ID bmjdeaihnngnnnaldgakphcaanioohgn
Oficiální URL https://chromewebstore.google.com/detail/mute-notifications/bmjdeaihnngnnnaldgakphcaanioohgn
Popis Disable all desktop notifications with one click.
Velikost souboru 17.44 KB
Počet instalací 5,077
Aktuální Verze 0.3
Poslední Aktualizace 2019-12-20
Datum Vydání 2019-12-20
Hodnocení 4.47/5 Celkem 19 Hodnocení
Vývojář Ondřej Cífka
Typ Platby free
Webové stránky Rozšíření https://github.com/cifkao/chrome-mute-notifications
URL Stránky Nápovědy https://github.com/cifkao/chrome-mute-notifications
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mute Notifications",
    "description": "Disable all desktop notifications with one click.",
    "version": "0.3",
    "icons": {
        "128": "logo-128.png",
        "48": "logo-48.png"
    },
    "permissions": [
        "contentSettings",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon-on-19.png",
            "38": "icon-on-38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}