SiteScrubber

Where the fudge did the swear words go?

Co je SiteScrubber?

SiteScrubber je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Where the fudge did the swear words go?“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SiteScrubber

Stáhněte si soubory rozšíření SiteScrubber ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název SiteScrubber SiteScrubber
ID ffadalgofahhohaciekjchkikcglcpla
Oficiální URL https://chromewebstore.google.com/detail/sitescrubber/ffadalgofahhohaciekjchkikcglcpla
Popis Where the fudge did the swear words go?
Velikost souboru 23.67 KB
Počet instalací 50
Aktuální Verze 2.0
Poslední Aktualizace 2017-01-15
Datum Vydání 2017-01-15
Hodnocení 5.00/5 Celkem 4 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}