Safe Words

Takes out bad words from all your webpages

Wat is Safe Words?

Safe Words is een Chrome-extensie ontwikkeld door a young programmer, en de belangrijkste functie is "Takes out bad words from all your webpages".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Safe Words

Download Safe Words-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        The best open source Chrome extension for profanity filtering and censoring!

Tired of seeing stupid YouTube comments?
Want to protect your children from bad words on the Internet?
Don't want to see obscene, foul or vulgar language?

Then this extension is for you!

Using a smart algorithm, the extension can filter/censor out 99% of bad words quite efficiently.

For example:
Asses, asssss => censored
but
assess, firetruck => is not

Works on Facebook, Twitter and YouTube!                    

Basisinformatie over de Extensie

Naam Safe Words Safe Words
ID mncnlkabidgflobdapkgmnlikkiilijj
Officiële URL https://chromewebstore.google.com/detail/safe-words/mncnlkabidgflobdapkgmnlikkiilijj
Beschrijving Takes out bad words from all your webpages
Bestandsgrootte 19.36 KB
Aantal Installaties 258
Huidige Versie 0.16
Laatst Bijgewerkt 2016-06-24
Publicatiedatum 2016-06-24
Beoordeling 4.27/5 Totaal 15 Beoordelingen
Ontwikkelaar a young programmer
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safe Words",
    "version": "0.16",
    "description": "Takes out bad words from all your webpages",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "exclude_matches": [],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "script.js"
            ]
        }
    ]
}