Block Notifications

Blocks annoying notification prompt appearing on certain websites.

Hvad er Block Notifications?

Block Notifications er en Chrome-udvidelse udviklet af BrowserNative, og dens hovedfunktion er "Blocks annoying notification prompt appearing on certain websites.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Block Notifications-udvidelses-CRX-fil

Download Block Notifications-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Block Notifications Block Notifications
ID hmbdemoadbcdfmdjiokhcnoaoepgbhbn
Officiel URL https://chromewebstore.google.com/detail/block-notifications/hmbdemoadbcdfmdjiokhcnoaoepgbhbn
Beskrivelse Blocks annoying notification prompt appearing on certain websites.
Filstørrelse 27.94 KB
Antal Installationer 4,468
Nuværende Version 0.1
Senest Opdateret 2021-01-20
Udgivelsesdato 2016-12-15
Bedømmelse 3.40/5 Samlet 20 Bedømmelser
Udvikler BrowserNative
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://browsernative.com/block-notifications-chrome/
Hjælpeside-URL https://browsernative.com/block-notifications-chrome/
URL til Fortrolighedspolitik Side https://browsernative.com/extensions-privacy-policy
Understøttede Sprog 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"
    }
}