MovieCleaner

This extension mutes bad words in videos from Netflix, Amazon Prime, and Amazon Streaming Video Library

Τι είναι το MovieCleaner;

Το MovieCleaner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://movie-cleaner.com, και η κύρια λειτουργία του είναι "This extension mutes bad words in videos from Netflix, Amazon Prime, and Amazon Streaming Video Library".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Try it for Free! Download and use it for the first 14 days free.


MovieCleaner mutes profanity in streaming videos from Netflix, Amazon Prime, and Amazon Streaming Video Library. 


MovieCleaner scans the Closed Caption files to detect when to mute, which means you don't have to have any pre-made filter.  All videos on  Netflix, Amazon Prime, and Amazon Streaming Video Library currently have closed captioning information, so you can watch anything!

Version 1.5 fixes some of the bugs that have been encountered on Amazon.

Visits our website to learn more about us, as well as what features we have in the works.                    

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

Όνομα MovieCleaner MovieCleaner
ID aoepneddfkpfohcoofmdbanoicipbene
Επίσημο URL https://chromewebstore.google.com/detail/moviecleaner/aoepneddfkpfohcoofmdbanoicipbene
Περιγραφή This extension mutes bad words in videos from Netflix, Amazon Prime, and Amazon Streaming Video Library
Μέγεθος Αρχείου 1.39 MB
Αριθμός Εγκαταστάσεων 121
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2017-05-30
Ημερομηνία Δημοσίευσης 2017-05-30
Αξιολόγηση 2.70/5 Συνολικά 10 Αξιολογήσεις
Προγραμματιστής https://movie-cleaner.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.movie-cleaner.com
Διεύθυνση URL της Σελίδας Βοήθειας https://www.movie-cleaner.com/support.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/background\/MCb.js",
            "scripts\/background\/polyfills.js",
            "scripts\/background\/config_background.js",
            "scripts\/background\/mutes.js",
            "scripts\/background\/background.js",
            "scripts\/background\/Filter.js",
            "scripts\/background\/VidInfo.js",
            "scripts\/background\/captions_background.js",
            "scripts\/background\/filecontroller.js",
            "scripts\/background\/authorizer.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/MCLogo38.png",
        "default_title": "MovieCleaner"
    },
    "content_scripts": [
        {
            "css": [
                "styles\/content.css",
                "styles\/contentleveldebugger.css"
            ],
            "js": [
                "scripts\/content\/MCc.js",
                "scripts\/content\/config_content.js",
                "scripts\/content\/License.js",
                "scripts\/content\/captions_content.js",
                "scripts\/content\/screenblockers.js",
                "scripts\/content\/logoshower.js",
                "scripts\/content\/videocontroller.js",
                "scripts\/content\/controldialog.js",
                "scripts\/content\/contentoptions.js",
                "scripts\/content\/content.js",
                "scripts\/content\/debugger\/Debugger.js",
                "scripts\/content\/debugger\/Dashboard.js",
                "scripts\/content\/debugger\/Trigger.js",
                "scripts\/content\/debugger\/SegmentTracker.js"
            ],
            "matches": [
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.amazon.com\/gp\/*",
                "*:\/\/*.amazon.com\/dp\/*",
                "*:\/\/*.amazon.com\/*s=instant-video*"
            ],
            "permissions": [
                "tabs",
                "webRequest",
                "*:\/\/*.netflix.com\/*",
                "*:\/\/*.amazon.com\/gp\/*",
                "*:\/\/*.amazon.com\/dp\/*",
                "*:\/\/*.amazon.com\/*s=instant-video*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'; media-src 'self'",
    "default_locale": "en",
    "description": "This extension mutes bad words in videos from Netflix, Amazon Prime, and Amazon Streaming Video Library",
    "homepage_url": "https:\/\/movie-cleaner.com",
    "icons": {
        "128": "icons\/MCLogo128.png",
        "16": "icons\/MCLogo16.png",
        "19": "icons\/MCLogo19.png",
        "38": "icons\/MCLogo38.png",
        "48": "icons\/MCLogo48.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4uu\/koXytGbE2ajEe+ryGFxV8i3Rl6VZcIi9kI9BjZeDZwCjvmFMrKQv\/ij2w3DeD1CWRtO\/g72nBpY9Ls1JZRzS8QEB8QjjN0rRiH+5\/1IJ+p4Xw+HFy1lM6IwIaD9U\/PlBmSamh2M61RmQPQUnXidx1kW\/SqInRKBvflDs0AU31VSJf6sfa1GKoHmpzuTS4MSnVHKMJODHtcuOEx2ef+qlCok0TnmF1sWzOfOIRfYg5m0Q1IvGnZIuiTIE1FTRMIVd\/O4Tw0jSapxCSEOOzpyEg0Kj\/9m8RPeSWudBXVI2cDrjXfc+rbCswgEgv7pVvu8kD6gvJk+cba5Ai1npcwIDAQAB",
    "manifest_version": 2,
    "name": "MovieCleaner",
    "oauth2": {
        "client_id": "136650134495-4vs6f031p4qtgt7r47n65h61b61on58v.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "identity",
        "https:\/\/www.googleapis.com\/",
        "*:\/\/*.netflix.com\/watch\/*",
        "*:\/\/*.amazon.com\/gp\/*",
        "*:\/\/*.amazon.com\/dp\/*",
        "*:\/\/*.amazon.com\/*s=instant-video*",
        "*:\/\/*\/*"
    ],
    "short_name": "MC",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.5",
    "web_accessible_resources": [
        "icons\/*.png",
        "icons\/*.svg",
        "fonts\/*.woff",
        "fonts\/*.woff2",
        "contentoptions.html"
    ]
}