Web Cleaner

Filters inappropriate content from the internet.

Τι είναι το Web Cleaner;

Το Web Cleaner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον webcleanerextension, και η κύρια λειτουργία του είναι "Filters inappropriate content from the internet.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Many parents want to ensure that their children can safely browse the Internet without having to worry about exposing their children to porn, profanity, or a variety of other content. Web Cleaner can help satisfy this desire by filtering both textual and image content based on fully customizable options.

With Web Cleaner, you can specify words to block, websites that are free from blocking, and whether or not to block a webpage after finding a specified number of blocked words. You can also specify what keywords to block images on, as well as whether or not to turn on a scanner that can block images based on how much skin is in the image. You can specify which filters will be on or off. The filters are completely separate; they even have separate lists of whitelisted websites (websites that are free of filtering). As an additional feature, the options page will show the date and time that the options were last saved, as well as an optional note that you can specify while saving the options. This can help a parent determine if the extension has been tampered with.

Unlike other extensions, Web Cleaner stores all the settings locally on your machine, allowing you to fully customize the filters to fit your own preferences and definition of inappropriate. Because it is so customizable, and because the text and image filters are completely separate from each other, the Web Cleaner extension is the most flexible extension of its kind available.

If you run into any bugs/problems while using this extension, please e-mail a report to [email protected]. Feel free to send any ideas to the same address. I will do my best to incorporate user ideas into the extension as it is updated.                    

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

Όνομα Web Cleaner Web Cleaner
ID kkbagfmmpacnmcnhlfahaodpckpidpme
Επίσημο URL https://chromewebstore.google.com/detail/web-cleaner/kkbagfmmpacnmcnhlfahaodpckpidpme
Περιγραφή Filters inappropriate content from the internet.
Μέγεθος Αρχείου 76.42 KB
Αριθμός Εγκαταστάσεων 431
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2013-05-02
Ημερομηνία Δημοσίευσης 2013-05-02
Αξιολόγηση 4.46/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής webcleanerextension
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web Cleaner",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Filters inappropriate content from the internet.",
    "options_page": "options.html",
    "icons": {
        "128": "joseph'slogo2(transparent).png",
        "48": "joseph'slogo2(white).png",
        "16": "joseph'slogo2(white).png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "filters.js",
                "mutation_summary.js",
                "PNG.js",
                "Deflate.js",
                "Base64.js",
                "jpg.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        "joseph'slogo.png",
        "joseph'slogo2(transparent).png",
        "joseph'slogo2(white).png"
    ],
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ]
}