Block Notifications

Blocks annoying notification prompt appearing on certain websites.

Co je Block Notifications?

Block Notifications je rozšíření Chrome vyvinuté BrowserNative, a jeho hlavní funkcí je „Blocks annoying notification prompt appearing on certain websites.“.

Snímky obrazovky rozšíření

screenshot
screenshot

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

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

                        Uses chrome.contentSettings API to block sites to show desktop notifications.                    

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

Název Block Notifications Block Notifications
ID hmbdemoadbcdfmdjiokhcnoaoepgbhbn
Oficiální URL https://chromewebstore.google.com/detail/block-notifications/hmbdemoadbcdfmdjiokhcnoaoepgbhbn
Popis Blocks annoying notification prompt appearing on certain websites.
Velikost souboru 27.94 KB
Počet instalací 4,468
Aktuální Verze 0.1
Poslední Aktualizace 2021-01-20
Datum Vydání 2016-12-15
Hodnocení 3.40/5 Celkem 20 Hodnocení
Vývojář BrowserNative
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://browsernative.com/block-notifications-chrome/
URL Stránky Nápovědy https://browsernative.com/block-notifications-chrome/
URL Stránky Zásad Ochrany Soukromí https://browsernative.com/extensions-privacy-policy
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Block Notifications",
    "version": "0.1",
    "description": "Blocks annoying notification prompt appearing on certain websites.",
    "permissions": [
        "contentSettings",
        ""
    ],
    "manifest_version": 2,
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Block Notifications"
    },
    "icons": {
        "128": "icon.png"
    }
}