Block Adult Videos

This extention block all the adult videos website to protect your kids

Apa itu Block Adult Videos?

Block Adult Videos adalah ekstensi Chrome yang dikembangkan oleh khaledmoutaouakil, dan fitur utamanya adalah "This extention block all the adult videos website to protect your kids".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Block Adult Videos

Unduh file ekstensi Block Adult Videos 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 blocks adult videos to protect your kids                    

Informasi Dasar Ekstensi

Nama Block Adult Videos Block Adult Videos
ID febcggkffnengffkokjeknkjhcmedcio
URL Resmi https://chromewebstore.google.com/detail/block-adult-videos/febcggkffnengffkokjeknkjhcmedcio
Deskripsi This extention block all the adult videos website to protect your kids
Ukuran File 166 KB
Jumlah Instalasi 17
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2021-10-04
Tanggal Publikasi 2021-09-30
Pengembang khaledmoutaouakil
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Block Adult Videos",
    "description": "This extention block all the adult videos website to protect your kids",
    "version": "0.0.3",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "browser_ext.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_title": "Block Adult Videos",
        "default_icon": "pic.png"
    }
}