Block Adult Videos

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

What is Block Adult Videos?

Block Adult Videos is a Chrome extension developed by khaledmoutaouakil, and its main feature is "This extention block all the adult videos website to protect your kids".

Extension Screenshots

screenshot

Download Block Adult Videos Extension CRX File

Download Block Adult Videos extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This chrome extension blocks adult videos to protect your kids                    

Extension Basic Information

Name Block Adult Videos Block Adult Videos
ID febcggkffnengffkokjeknkjhcmedcio
Official URL https://chromewebstore.google.com/detail/block-adult-videos/febcggkffnengffkokjeknkjhcmedcio
Description This extention block all the adult videos website to protect your kids
File Size 166 KB
Installation Count 17
Current Version 0.0.3
Last Updated 2021-10-04
Publish Date 2021-09-30
Developer khaledmoutaouakil
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}