Porn Blocker

blocks pages containing porn.

What is Porn Blocker?

Porn Blocker is a Chrome extension developed by Ayman Eltemmsahy, and its main feature is "blocks pages containing porn.".

Download Porn Blocker Extension CRX File

Download Porn Blocker 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 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.                    

Extension Basic Information

Name Porn Blocker Porn Blocker
ID jbdeagmojbldngfcfekkmifcdkfnkcja
Official URL https://chrome.google.com/webstore/detail/porn-blocker/jbdeagmojbldngfcfekkmifcdkfnkcja
Description blocks pages containing porn.
File Size 61.37 KB
Installation Count 302
Current Version 1.14
Last Updated 2014-11-17
Publish Date 2014-11-17
Rating 3.60/5 Total 5 Ratings
Developer Ayman Eltemmsahy
Email [email protected]
Payment Type free
Supported Languages 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
}