UFilter

Filter profanity from Netflix, Hulu, and Amazon Instant Video when CC is enabled

Τι είναι το UFilter;

Το UFilter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://ufilter.tv, και η κύρια λειτουργία του είναι "Filter profanity from Netflix, Hulu, and Amazon Instant Video when CC is enabled".

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

screenshot

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

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

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

                        We now support filtering for Oprah Winfrey Network, TLC-Go, Fubo, and Investigation Discovery channels as well!

UFIlter is an incredible new tool that lets you watch content from all of the major streaming services without all of the offensive words! For the price of just one movie, you get the ability to filter the language out of over 100,000 movies and TV episodes!

There has been a huge influx of amazing new shows in recent years, the only downside is that they insist on swearing like crazy! With UFilter you can filter out any word that you don't want to hear. If UFilter detects that the word is coming, it will mute the speakers so you don't hear it, and it will show you the subtitles so you don't miss out on the context - without the offensive words of course!                    

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

Όνομα UFilter UFilter
ID gccgfnhnpmobbpbhkifmmhbncmglmjjm
Επίσημο URL https://chromewebstore.google.com/detail/ufilter/gccgfnhnpmobbpbhkifmmhbncmglmjjm
Περιγραφή Filter profanity from Netflix, Hulu, and Amazon Instant Video when CC is enabled
Μέγεθος Αρχείου 3.41 MB
Αριθμός Εγκαταστάσεων 308
Τρέχουσα Έκδοση 2.0
Τελευταία Ενημέρωση 2019-04-10
Ημερομηνία Δημοσίευσης 2019-04-10
Αξιολόγηση 2.81/5 Συνολικά 27 Αξιολογήσεις
Προγραμματιστής https://ufilter.tv
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://ufilter.tv
Διεύθυνση URL της Σελίδας Βοήθειας http://ufilter.tv/support.html
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UFilter",
    "description": "Filter profanity from Netflix, Hulu, and Amazon Instant Video when CC is enabled",
    "version": "2.0",
    "background": {
        "scripts": [
            "eventPage.js"
        ]
    },
    "options_ui": {
        "page": "settings.html",
        "chrome_style": true
    },
    "browser_action": {
        "default_icon": "assets\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "identity",
        "https:\/\/www.googleapis.com\/",
        "*:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/maxcdn.bootstrapcdn.com https:\/\/code.jquery.com; object-src 'self'",
    "icons": {
        "48": "assets\/icon.png",
        "128": "assets\/icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3aI9nzxeKXcQH5ZdJbpM48YjMpOP6ao6FzwsoKPuLfXiWgE4kBjzB8DR+iNXmisANEqRvm8RQxSwTVLZSZAwif6P4HvFcbLRAadv\/h22\/I9WBt0AkkihnIeRShH+g9EiDM4V3r7q+z8dL0awAqNUPo35MqblMWVkKFqCTYPpzBwNi\/oayogljbbbZaHiQk5KVxf4P7rn5p1kxMqqZCE4RcXB+AS7rTdY+aVDYIlMAPjQrqfrhZG1YhbxJL+u10riO84sjt5NI6okvk8826huMNrcSB9JyytKt8LComohkfO\/IKtNOjFZaoe2DzGUdtFQAIsfw9Sv3JKwxGo1MkZI+QIDAQAB",
    "oauth2": {
        "client_id": "494226486524-sm8t4b5repifpudt5obraq7t63n2our7.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    }
}