Block Adult Videos

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

Was ist Block Adult Videos?

Block Adult Videos ist eine Chrome-Erweiterung, die von khaledmoutaouakil entwickelt wurde, und ihr Hauptmerkmal ist "This extention block all the adult videos website to protect your kids".

Erweiterungsscreenshots

screenshot

Block Adult Videos-Erweiterungs-CRX-Datei herunterladen

Laden Sie Block Adult Videos-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        This chrome extension blocks adult videos to protect your kids                    

Grundlegende Informationen zur Erweiterung

Name Block Adult Videos Block Adult Videos
ID febcggkffnengffkokjeknkjhcmedcio
Offizielle URL https://chromewebstore.google.com/detail/block-adult-videos/febcggkffnengffkokjeknkjhcmedcio
Beschreibung This extention block all the adult videos website to protect your kids
Dateigröße 166 KB
Installationsanzahl 17
Aktuelle Version 0.0.3
Letztes Update 2021-10-04
Veröffentlichungsdatum 2021-09-30
Entwickler khaledmoutaouakil
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}