Adult Site Blocker

Adult Site Blocker

什麼是Adult Site Blocker?

Adult Site Blocker是由hawkbrad975開發的Chrome擴展程式,該擴展的主要功能是“Adult Site Blocker”。

擴展截圖

screenshot

下載Adult Site Blocker擴展crx文件

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

擴展使用說明

                        Blocks all adult websites. This includes porn sites, escort sites, Online sex toy sites, dating sites, adult social media sites, adult stories sites etc. 

For all the parents out there, is your child addicted in using desktop/laptop. We are here to help you out to make sure your kids stay safe when they browse through the internet.

We block all adult websites that children are not allowed to view. We've got you covered.

How to use
1. Install the extension
2. That's it. We will take care of the rest                    

擴展基本資訊

名稱 Adult Site Blocker Adult Site Blocker
ID cagciaflhonddnoaflenglejinohgjig
官方網址 https://chrome.google.com/webstore/detail/adult-site-blocker/cagciaflhonddnoaflenglejinohgjig
簡介 Adult Site Blocker
檔案大小 15 KB
安裝次數 130
目前版本 0.3
更新時間 2022-07-30
上架時間 2021-09-21
評分 5.00/5 共 1 次評分
開發者 hawkbrad975
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://hawkbrad.github.io/privacy-policy-yt
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adult Site Blocker",
    "description": "Adult Site Blocker",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "0.3",
    "icons": {
        "128": "alogo.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "alogo.png"
        }
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "manifest_version": 2
}