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
官方網址 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
}