Safe Words

Takes out bad words from all your webpages

Apa itu Safe Words?

Safe Words adalah ekstensi Chrome yang dikembangkan oleh a young programmer, dan fitur utamanya adalah "Takes out bad words from all your webpages".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Safe Words

Unduh file ekstensi Safe Words dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Safe Words Safe Words
ID mncnlkabidgflobdapkgmnlikkiilijj
URL Resmi https://chromewebstore.google.com/detail/safe-words/mncnlkabidgflobdapkgmnlikkiilijj
Deskripsi Takes out bad words from all your webpages
Ukuran File 19.36 KB
Jumlah Instalasi 258
Versi Saat Ini 0.16
Terakhir Diperbarui 2016-06-24
Tanggal Publikasi 2016-06-24
Penilaian 4.27/5 Total 15 Penilaian
Pengembang a young programmer
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}