SiteScrubber

Where the fudge did the swear words go?

Cos'è SiteScrubber?

SiteScrubber è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Where the fudge did the swear words go?".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SiteScrubber

Scarica i file di estensione SiteScrubber in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        SiteScrubber aims to reduce offensive language visible to website users by replacing offensive words/phrases

- Automatically replaces offensive words with friendlier equivalents
- Non-intrusive: You won't even know words were replaced!
- Easy-to use: No adjustments necessary

Perfect for:

- Parents who don't want to block sites just because of a few swear words
- A few offensive words shouldn't prevent kids from seeing certain sites completely
- People who don't like seeing strong language
- Reducing instances of cyber harassment
- Inflammatory language is automatically made less offensive                    

Informazioni di Base sull'Estensione

Nome SiteScrubber SiteScrubber
ID ffadalgofahhohaciekjchkikcglcpla
URL Ufficiale https://chromewebstore.google.com/detail/sitescrubber/ffadalgofahhohaciekjchkikcglcpla
Descrizione Where the fudge did the swear words go?
Dimensione del File 23.67 KB
Conteggio Installazioni 50
Versione Corrente 2.0
Ultimo Aggiornamento 2017-01-15
Data di Pubblicazione 2017-01-15
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SiteScrubber",
    "version": "2.0",
    "description": "Where the fudge did the swear words go?",
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}