Porn Site Blocker

This chrome extension is built for blocking porn sites and adult content. you can also blacklist domains and pages manually.

什麼是Porn Site Blocker?

Porn Site Blocker是由golujs2000開發的Chrome擴展程式,該擴展的主要功能是“This chrome extension is built for blocking porn sites and adult content. you can also blacklist domains and pages manually.”。

擴展截圖

screenshot

下載Porn Site Blocker擴展crx文件

下載Porn Site Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This chrome extension is built for blocking porn sites and adult content. you can also blacklist any domain and web page manually. Our team's effort is, you stay away from porn sites.

You can use this extension to prevent a porn site, if you are addicted to watching porn,  this extension is for you.

This extension automatically blocks porn sites. and you can manually block and whitelist a domain and page, you have to go to the options page, to add the domain or page to the blacklist and whitelist.                    

擴展基本資訊

名稱 Porn Site Blocker Porn Site Blocker
ID ljjkiefkfmmfjiloocmiipmnjoaagglg
官方網址 https://chromewebstore.google.com/detail/porn-site-blocker/ljjkiefkfmmfjiloocmiipmnjoaagglg
簡介 This chrome extension is built for blocking porn sites and adult content. you can also blacklist domains and pages manually.
檔案大小 124 KB
安裝次數 833
目前版本 1.02
更新時間 2022-12-25
上架時間 2022-12-16
評分 5.00/5 共 2 次評分
開發者 golujs2000
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Porn Site Blocker",
    "version": "1.02",
    "description": "This chrome extension is built for blocking porn sites and adult content. you can also blacklist domains and pages manually.",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_icon": "images\/icon16.png",
        "default_title": "Pron site blocker",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "style.css"
            ],
            "html": [
                "index.html"
            ]
        }
    ]
}