AutoMute Incognito

This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!

Τι είναι το AutoMute Incognito;

Το AutoMute Incognito είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cilenco, και η κύρια λειτουργία του είναι "This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!".

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

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

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

                                            

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

Όνομα AutoMute Incognito AutoMute Incognito
ID egpmkeedlhphenpnjhlnlaohcmbmmccj
Επίσημο URL https://chromewebstore.google.com/detail/automute-incognito/egpmkeedlhphenpnjhlnlaohcmbmmccj
Περιγραφή This extension automatically mutes icognito tabs. Use CTRL+M to toogle sound of current tab!
Μέγεθος Αρχείου 13.94 KB
Αριθμός Εγκαταστάσεων 501
Τρέχουσα Έκδοση 1.2
Τελευταία Ενημέρωση 2016-11-04
Ημερομηνία Δημοσίευσης 2016-11-04
Αξιολόγηση 3.67/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής cilenco
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoMute Incognito",
    "description": "This extension automatically mutes icognito tabs.\nUse CTRL+M to toogle sound of current tab!",
    "version": "1.2",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "res\/icon.png"
    },
    "icons": {
        "48": "res\/icon.png",
        "128": "res\/store_icon.png"
    },
    "commands": {
        "toglePageMute": {
            "description": "Toggle sound of current Tab",
            "suggested_key": {
                "default": "Ctrl+M",
                "windows": "Ctrl+M",
                "mac": "Command+M",
                "chromeos": "Ctrl+M",
                "linux": "Ctrl+M"
            }
        }
    }
}