Porn Block

Porn Block

What is Porn Block?

Porn Block is a Chrome extension developed by agshubh191, and its main feature is "Porn Block".

Download Porn Block Extension CRX File

Download Porn Block 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

                        Filter adult content by processing each and every image on webpage. (Use machine learning algorithm)                    

Extension Basic Information

Name Porn Block Porn Block
ID bobedckgfphlpjghddmfikdmhfoakajj
Official URL https://chrome.google.com/webstore/detail/porn-block/bobedckgfphlpjghddmfikdmhfoakajj
Description Porn Block
File Size 1.07 MB
Installation Count 29
Current Version 0.1.0
Last Updated 2018-04-15
Publish Date 2018-04-15
Rating 1.00/5 Total 2 Ratings
Developer agshubh191
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Porn Block",
    "version": "0.1.0",
    "description": "Porn Block",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/keras.min.js",
                "js\/jquery.getimagedata.js",
                "js\/mutation-summary.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "web-accessible-resources\/fourth_try.bin"
    ],
    "permissions": [
        "https:\/\/obscure-citadel-79502.herokuapp.com\/"
    ]
}