Word Cop

Word Cop censors profanity and inappropriate words on the Internet.

Apa itu Word Cop?

Word Cop adalah ekstensi Chrome yang dikembangkan oleh Siraaj Fadoo & Ryan Miles, dan fitur utamanya adalah "Word Cop censors profanity and inappropriate words on the Internet.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Word Cop

Unduh file ekstensi Word Cop 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

                        Word Cop is a Google Chrome Extension that censors profanity and inappropriate words on the Internet.                    

Informasi Dasar Ekstensi

Nama Word Cop Word Cop
ID akmnnpnmghbahiimcfkpmccpifiiacoh
URL Resmi https://chrome.google.com/webstore/detail/word-cop/akmnnpnmghbahiimcfkpmccpifiiacoh
Deskripsi Word Cop censors profanity and inappropriate words on the Internet.
Ukuran File 21.62 KB
Jumlah Instalasi 37
Versi Saat Ini 1.21
Terakhir Diperbarui 2016-02-01
Tanggal Publikasi 2016-02-01
Penilaian 3.67/5 Total 3 Penilaian
Pengembang Siraaj Fadoo & Ryan Miles
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Cop",
    "short_name": "Word Cop",
    "description": "Word Cop censors profanity and inappropriate words on the Internet.",
    "version": "1.21",
    "offline_enabled": true,
    "permissions": [
        "tabs",
        "",
        "storage",
        "browsingData"
    ],
    "icons": {
        "64": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "functions.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "scripts.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "words.json"
    ]
}