Web for Children

This extension removes Profanity words from entire web.

Apa itu Web for Children?

Web for Children adalah ekstensi Chrome yang dikembangkan oleh 3rd Eye Lab, dan fitur utamanya adalah "This extension removes Profanity words from entire web.".

Unduh Berkas CRX Ekstensi Web for Children

Unduh file ekstensi Web for Children 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

                        This Chrome extension removes profanity words from entire web and makes the browser a safe place for the children.                    

Informasi Dasar Ekstensi

Nama Web for Children Web for Children
ID oehoakcpgdmcplagafjlcnfnbagclcpg
URL Resmi https://chromewebstore.google.com/detail/web-for-children/oehoakcpgdmcplagafjlcnfnbagclcpg
Deskripsi This extension removes Profanity words from entire web.
Ukuran File 47.8 KB
Jumlah Instalasi 11
Versi Saat Ini 1.0
Terakhir Diperbarui 2014-08-04
Tanggal Publikasi 2014-08-04
Penilaian 3.00/5 Total 2 Penilaian
Pengembang 3rd Eye Lab
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web for Children",
    "description": "This extension removes Profanity words from entire web.",
    "version": "1.0",
    "author": "3rd Eye Lab",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "profanityFilter.js",
                "contentScript.js"
            ]
        }
    ]
}