Porn Blocker

blocks pages containing porn.

什么是Porn Blocker?

Porn Blocker是由Ayman Eltemmsahy开发的Chrome扩展程序,该扩展的主要功能是“blocks pages containing porn.”。

下载Porn Blocker扩展crx文件

下载Porn Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Porn Blocker Porn Blocker
ID jbdeagmojbldngfcfekkmifcdkfnkcja
官方URL https://chrome.google.com/webstore/detail/porn-blocker/jbdeagmojbldngfcfekkmifcdkfnkcja
简介 blocks pages containing porn.
文件大小 61.37 KB
安装次数 302
当前版本 1.14
更新时间 2014-11-17
上架时间 2014-11-17
评分 3.60/5 共5次评分
开发者 Ayman Eltemmsahy
电子邮箱 [email protected]
付费类型 free
支持的语言 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
}