Block Notifications

Blocks annoying notification prompt appearing on certain websites.

Vad är Block Notifications?

Block Notifications är en Chrome-tillägg utvecklad av BrowserNative, och dess huvudfunktion är "Blocks annoying notification prompt appearing on certain websites.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Block Notifications-förlängningens CRX-fil

Ladda ner Block Notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Block Notifications Block Notifications
ID hmbdemoadbcdfmdjiokhcnoaoepgbhbn
Officiell webbadress https://chromewebstore.google.com/detail/block-notifications/hmbdemoadbcdfmdjiokhcnoaoepgbhbn
Beskrivning Blocks annoying notification prompt appearing on certain websites.
Filstorlek 27.94 KB
Antal Installationer 4,468
Aktuell Version 0.1
Senast Uppdaterad 2021-01-20
Publiceringsdatum 2016-12-15
Betyg 3.40/5 Totalt 20 Betyg
Utvecklare BrowserNative
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://browsernative.com/block-notifications-chrome/
Hjälpsida URL https://browsernative.com/block-notifications-chrome/
URL till Sekretesspolicy Sidan https://browsernative.com/extensions-privacy-policy
Stödda Språk 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"
    }
}