Chrome Censored

Censors inappropriate words/terms on the interweb by filling them in with flowery replacements.

Apa itu Chrome Censored?

Chrome Censored adalah ekstensi Chrome yang dikembangkan oleh https://devinyoungweb.com, dan fitur utamanya adalah "Censors inappropriate words/terms on the interweb by filling them in with flowery replacements.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Chrome Censored

Unduh file ekstensi Chrome Censored 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

                        Chrome Censored censors inappropriate words/terms on the interweb by filling them in with flowery replacements.

While replacement words may be humorous, none are inappropriate; so this a great alternative to parental blocking in the browser.                    

Informasi Dasar Ekstensi

Nama Chrome Censored Chrome Censored
ID bimpoihegbhelhdhbegiifeffngnmhdl
URL Resmi https://chromewebstore.google.com/detail/chrome-censored/bimpoihegbhelhdhbegiifeffngnmhdl
Deskripsi Censors inappropriate words/terms on the interweb by filling them in with flowery replacements.
Ukuran File 20.91 KB
Jumlah Instalasi 83
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-03-28
Tanggal Publikasi 2013-03-28
Penilaian 2.50/5 Total 6 Penilaian
Pengembang https://devinyoungweb.com
Tipe Pembayaran free
Situs Ekstensi http://devinyoungweb.com/chrome-censored/
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chrome Censored",
    "manifest_version": 2,
    "version": "1.0",
    "description": "Censors inappropriate words\/terms on the interweb by filling them in with flowery replacements.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "censored.js"
            ],
            "run_at": "document_end"
        }
    ]
}