Adult Site Blocker

Adult Site Blocker

Adult Site Blocker là gì?

Adult Site Blocker là một tiện ích mở rộng Chrome được phát triển bởi hawkbrad975, và tính năng chính của nó là "Adult Site Blocker".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Adult Site Blocker

Tải xuống các tệp mở rộng Adult Site Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Adult Site Blocker Adult Site Blocker
ID cagciaflhonddnoaflenglejinohgjig
URL Chính Thức https://chrome.google.com/webstore/detail/adult-site-blocker/cagciaflhonddnoaflenglejinohgjig
Mô tả Adult Site Blocker
Kích Thước Tệp 15 KB
Số Lần Cài Đặt 130
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2022-07-30
Ngày Phát Hành 2021-09-21
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển hawkbrad975
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://hawkbrad.github.io/privacy-policy-yt
Ngôn Ngữ Được Hỗ Trợ 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
}