Block Notifications

Blocks annoying notification prompt appearing on certain websites.

Wat is Block Notifications?

Block Notifications is een Chrome-extensie ontwikkeld door BrowserNative, en de belangrijkste functie is "Blocks annoying notification prompt appearing on certain websites.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Block Notifications

Download Block Notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Block Notifications Block Notifications
ID hmbdemoadbcdfmdjiokhcnoaoepgbhbn
Officiële URL https://chromewebstore.google.com/detail/block-notifications/hmbdemoadbcdfmdjiokhcnoaoepgbhbn
Beschrijving Blocks annoying notification prompt appearing on certain websites.
Bestandsgrootte 27.94 KB
Aantal Installaties 4,468
Huidige Versie 0.1
Laatst Bijgewerkt 2021-01-20
Publicatiedatum 2016-12-15
Beoordeling 3.40/5 Totaal 20 Beoordelingen
Ontwikkelaar BrowserNative
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://browsernative.com/block-notifications-chrome/
Help Pagina-URL https://browsernative.com/block-notifications-chrome/
URL van de Privacybeleid Pagina https://browsernative.com/extensions-privacy-policy
Ondersteunde Talen 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"
    }
}