Block Notifications

Blocks annoying notification prompt appearing on certain websites.

Τι είναι το Block Notifications;

Το Block Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον BrowserNative, και η κύρια λειτουργία του είναι "Blocks annoying notification prompt appearing on certain websites.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Block Notifications

Λήψη αρχείων επέκτασης Block Notifications σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Block Notifications Block Notifications
ID hmbdemoadbcdfmdjiokhcnoaoepgbhbn
Επίσημο URL https://chromewebstore.google.com/detail/block-notifications/hmbdemoadbcdfmdjiokhcnoaoepgbhbn
Περιγραφή Blocks annoying notification prompt appearing on certain websites.
Μέγεθος Αρχείου 27.94 KB
Αριθμός Εγκαταστάσεων 4,468
Τρέχουσα Έκδοση 0.1
Τελευταία Ενημέρωση 2021-01-20
Ημερομηνία Δημοσίευσης 2016-12-15
Αξιολόγηση 3.40/5 Συνολικά 20 Αξιολογήσεις
Προγραμματιστής BrowserNative
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://browsernative.com/block-notifications-chrome/
Διεύθυνση URL της Σελίδας Βοήθειας https://browsernative.com/block-notifications-chrome/
URL της Σελίδας Πολιτικής Απορρήτου https://browsernative.com/extensions-privacy-policy
Υποστηριζόμενες Γλώσσες 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"
    }
}