Adult Site Blocker

Adult Site Blocker

Adult Site Blockerคืออะไร?

Adult Site Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hawkbrad975 และคุณลักษณะหลักของมันคือ "Adult Site Blocker"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Adult Site Blocker

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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
}