Permanent Mute

A persistent mute tool for stupid websites that make annoying and ill-timed sounds.

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

Το Permanent Mute είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://codewrangler.io, και η κύρια λειτουργία του είναι "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.".

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

screenshot

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

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

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

                        A persistent mute tool for stupid websites that make annoying and ill-timed sounds. Stops auto-playing video sound, etc., and sites will stay muted until you un-mute them (even if closed and revisited). Apparently a similar feature is upcoming in Chrome 64, but you can use this extension in the meantime.                    

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

Όνομα Permanent Mute Permanent Mute
ID pnkhoaefngnbehoiioikafibdkfaolec
Επίσημο URL https://chromewebstore.google.com/detail/permanent-mute/pnkhoaefngnbehoiioikafibdkfaolec
Περιγραφή A persistent mute tool for stupid websites that make annoying and ill-timed sounds.
Μέγεθος Αρχείου 18.7 KB
Αριθμός Εγκαταστάσεων 18
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2018-02-01
Ημερομηνία Δημοσίευσης 2018-02-01
Προγραμματιστής https://codewrangler.io
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://codewrangler.io
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Permanent Mute",
    "description": "A persistent mute tool for stupid websites that make annoying and ill-timed sounds.",
    "version": "1.0.0",
    "permissions": [
        "activeTab",
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "js\/scripts.min.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/icon48-off.png",
        "default_title": "This site is not permanently muted."
    },
    "icons": {
        "128": "assets\/icon128.png",
        "48": "assets\/icon48.png"
    },
    "manifest_version": 2
}