Mute Notifications

Disable all desktop notifications with one click.

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

Το Mute Notifications είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Ondřej Cífka, και η κύρια λειτουργία του είναι "Disable all desktop notifications with one click.".

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

screenshot

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

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

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

                        This extension adds a button to Chrome that turns off desktop notifications for all web pages. When the button is clicked again, the original notification settings are restored.                    

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

Όνομα Mute Notifications Mute Notifications
ID bmjdeaihnngnnnaldgakphcaanioohgn
Επίσημο URL https://chromewebstore.google.com/detail/mute-notifications/bmjdeaihnngnnnaldgakphcaanioohgn
Περιγραφή Disable all desktop notifications with one click.
Μέγεθος Αρχείου 17.44 KB
Αριθμός Εγκαταστάσεων 5,077
Τρέχουσα Έκδοση 0.3
Τελευταία Ενημέρωση 2019-12-20
Ημερομηνία Δημοσίευσης 2019-12-20
Αξιολόγηση 4.47/5 Συνολικά 19 Αξιολογήσεις
Προγραμματιστής Ondřej Cífka
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/cifkao/chrome-mute-notifications
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/cifkao/chrome-mute-notifications
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mute Notifications",
    "description": "Disable all desktop notifications with one click.",
    "version": "0.3",
    "icons": {
        "128": "logo-128.png",
        "48": "logo-48.png"
    },
    "permissions": [
        "contentSettings",
        "storage"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon-on-19.png",
            "38": "icon-on-38.png"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}