Family Movie Filter

Explicit content filter helper

Τι είναι το Family Movie Filter;

Το Family Movie Filter είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον aquinas, και η κύρια λειτουργία του είναι "Explicit content filter helper".

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

screenshot
screenshot

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

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

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

                        Netflix / Amazon / Disney+ / YouTube / Hulu adult content filter. 

The Chrome browser plugin automatically filters "bad words" by reading the closed captioning and muting the sound and replacing the word with CENSORED on screen. In addition, when specific content filter are created for videos, the browser will skip those sections.

Without creating an account, you can install the Chrome extension and use the word filtering system and pre-existing filters. But if you create an account, you can also create your own personalized movie filters.                    

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

Όνομα Family Movie Filter Family Movie Filter
ID mbglppdnipeddfbnlohekfgedkdoicnn
Επίσημο URL https://chromewebstore.google.com/detail/family-movie-filter/mbglppdnipeddfbnlohekfgedkdoicnn
Περιγραφή Explicit content filter helper
Μέγεθος Αρχείου 1.13 MB
Αριθμός Εγκαταστάσεων 913
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2020-06-03
Ημερομηνία Δημοσίευσης 2020-06-02
Αξιολόγηση 3.83/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής aquinas
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://familymoviefilters.com/
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "short_name": "Family Movie Filter",
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "web_accessible_resources": [
        "scripts\/injected\/mainNew.js",
        "bower_components\/aes-js\/index.js",
        "bower_components\/jquery\/dist\/jquery.js",
        "bower_components\/bootstrap\/dist\/css\/bootstrap.min.css",
        "html\/controls\/controls.html",
        "images\/**"
    ],
    "permissions": [
        "tabs",
        "*:\/\/*.netflix.com\/watch\/*",
        "*:\/\/*.amazon.com\/*",
        "*:\/\/*.disneyplus.com\/*",
        "*:\/\/*.nflxvideo.net\/?o=*",
        "*:\/\/*.assetshuluimcom-a.akamaihd.net\/captions\/*",
        "*:\/\/*.cloudfront.net\/*.dfxp",
        "*:\/\/*.cloudfront.net\/*.ttml2",
        "*:\/\/*.youtube.com\/*",
        "*:\/\/*.hulu.com\/*",
        "storage",
        "unlimitedStorage",
        "webRequest"
    ],
    "options_ui": {
        "page": "popup.html",
        "chrome_style": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.netflix.com\/watch\/*",
            "*:\/\/*.amazon.com\/*",
            "*:\/\/*.hulu.com\/*",
            "*:\/\/*.disneyplus.com\/*",
            "*:\/\/*.youtube.com\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.amazon.com\/*",
                "*:\/\/*.hulu.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.disneyplus.com\/*"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.js",
                "bower_components\/aes-js\/index.js",
                "scripts\/contentscript.js"
            ],
            "css": [
                "styles\/injected.css"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Family Movie Filter",
        "default_popup": "popup.html"
    }
}