MutAd

After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…

Τι είναι το MutAd;

Το MutAd είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον gz0220, και η κύρια λειτουργία του είναι "After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…".

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

screenshot

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

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

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

                        After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once possible. If mute was on before the ad it will remain in this status.                    

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

Όνομα MutAd MutAd
ID bbndenojlngeajgkbkgfdfohgomgbibd
Επίσημο URL https://chromewebstore.google.com/detail/mutad/bbndenojlngeajgkbkgfdfohgomgbibd
Περιγραφή After added to Google Chrome, when watching YouTube clips if an ad pops up MutAd will mute the volume and will skip the ad once…
Μέγεθος Αρχείου 10.73 KB
Αριθμός Εγκαταστάσεων 219
Τρέχουσα Έκδοση 0.91
Τελευταία Ενημέρωση 2015-11-13
Ημερομηνία Δημοσίευσης 2015-11-13
Αξιολόγηση 3.29/5 Συνολικά 7 Αξιολογήσεις
Προγραμματιστής gz0220
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/galziv/MutAd
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/galziv/MutAd
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MutAd",
    "short_name": "MutAd",
    "version": "0.91",
    "icons": {
        "128": "MutAd.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "mutAd.js"
            ]
        }
    ]
}