Mutecast

Mutes Xfinity ads

Τι είναι το Mutecast;

Το Mutecast είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον scichro, και η κύρια λειτουργία του είναι "Mutes Xfinity ads".

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

screenshot

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

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

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

                        Use Mutecast to mute commercials and mute ads on Xfinity.com. 

This extension is helpful if you find the commercials to be annoying while streaming content on Xfinity or comcast. This extension will mute those ads automatically and give you peace.

If you are watching a supported on-demand program or a supported live-tv channel, your Chrome tab will be muted when an ad begins playing. Note this may not work on all live tv channels, as some tv providers stream their own ads and we can't detect them. However, it does have pretty good success with on-demand content.

It DOES NOT work on all live channels as each station handles ads slightly differently. It SHOULD work on most on demand programs and SOME live tv.

We will work to improve the coverage across more live tv stations as time permits.                    

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

Όνομα Mutecast Mutecast
ID jhpjbniceafncncbafccncakkkejhaka
Επίσημο URL https://chromewebstore.google.com/detail/mutecast/jhpjbniceafncncbafccncakkkejhaka
Περιγραφή Mutes Xfinity ads
Μέγεθος Αρχείου 29.99 KB
Αριθμός Εγκαταστάσεων 147
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-12-09
Ημερομηνία Δημοσίευσης 2019-12-09
Προγραμματιστής scichro
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου http://www.scisci.com/mutecast/privacy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Mutecast",
    "version": "1.0",
    "description": "Mutes Xfinity ads",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png",
        "1024": "icon1024.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        "*:\/\/analytics.xcal.tv\/",
        "*:\/\/www.xfinity.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2
}