Porn Blocker

blocks pages containing porn.

Apa itu Porn Blocker?

Porn Blocker adalah ekstensi Chrome yang dikembangkan oleh Ayman Eltemmsahy, dan fitur utamanya adalah "blocks pages containing porn.".

Unduh Berkas CRX Ekstensi Porn Blocker

Unduh file ekstensi Porn Blocker 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 extension blocks porn websites. It gives you the ability to change the opacity of the page to partially see what's beneath. And you can view the page if you decide you want to see it.                    

Informasi Dasar Ekstensi

Nama Porn Blocker Porn Blocker
ID jbdeagmojbldngfcfekkmifcdkfnkcja
URL Resmi https://chrome.google.com/webstore/detail/porn-blocker/jbdeagmojbldngfcfekkmifcdkfnkcja
Deskripsi blocks pages containing porn.
Ukuran File 61.37 KB
Jumlah Instalasi 302
Versi Saat Ini 1.14
Terakhir Diperbarui 2014-11-17
Tanggal Publikasi 2014-11-17
Penilaian 3.60/5 Total 5 Penilaian
Pengembang Ayman Eltemmsahy
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Porn Blocker",
    "version": "1.14",
    "description": "blocks pages containing porn.",
    "icons": {
        "16": "icon-16.ico",
        "48": "icon-48.ico",
        "128": "icon-128.ico"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "extra.js",
                "main.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}