Swear Be Gone

Filters swear/bad words!

Apa itu Swear Be Gone?

Swear Be Gone adalah ekstensi Chrome yang dikembangkan oleh Kabir Singh, dan fitur utamanya adalah "Filters swear/bad words!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Swear Be Gone

Unduh file ekstensi Swear Be Gone 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

                        Filters out most of the popular swear words. You don't have to worry about kids stumbling upon them!

Version: 1.0.1
- Updated censored words so that each letter represent a "*".                    

Informasi Dasar Ekstensi

Nama Swear Be Gone Swear Be Gone
ID hbicccdaibeakimkhmgoglhbodhofpnb
URL Resmi https://chromewebstore.google.com/detail/swear-be-gone/hbicccdaibeakimkhmgoglhbodhofpnb
Deskripsi Filters swear/bad words!
Ukuran File 11.25 KB
Jumlah Instalasi 78
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2017-03-25
Tanggal Publikasi 2017-03-25
Penilaian 2.25/5 Total 4 Penilaian
Pengembang Kabir Singh
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Swear Be Gone",
    "version": "1.0.1",
    "description": "Filters swear\/bad words!",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Click here!"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}