Adult & Porn blocker - Web & YouTube Filter

Block adult and porn websites & Youtube Filtering extension for chrome & chromebooks.

Adult & Porn blocker - Web & YouTube Filter là gì?

Adult & Porn blocker - Web & YouTube Filter là một tiện ích mở rộng Chrome được phát triển bởi Infoweise Pty Ltd, và tính năng chính của nó là "Block adult and porn websites & Youtube Filtering extension for chrome & chromebooks.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Adult & Porn blocker - Web & YouTube Filter

Tải xuống các tệp mở rộng Adult & Porn blocker - Web & YouTube Filter 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

                        Are you afraid of your child being exposed to pornography on the internet? Do you not want your child to stumble upon anything inappropriate while using YouTube? There’s no need to worry because we have a perfect solution for you!

SecureTeen Web & YouTube Filter is the most effective and reliable web filter extension that blocks access to adult content including porn sites and inappropriate videos found on YouTube. It is also known as one of the best parental control solutions out there. We are proud to say that this extension is the best combination of a parental control solution and an adult blocker. 

Using this adult blocker extension, you can block and filter all the inappropriate content online and keep your children away from it. Your children will remain safe while browsing the internet because the adult blocker puts restrictions on all the adult sites, not letting your children gain access to them. 

This extension allows you to customize your filtering preferences as well as sensitivity settings so that inappropriate or offensive content is filtered before it can be viewed by your children. This adult blocker extension is not only helping us protect our children from pornography but our teens and adults as well.
 
You can make your children use YouTube without having to fear about them come across adult content because SecureTeen web and YouTube filter extension blocks and filters all the inappropriate content on the video-streaming site. 

Some of our main features include:
• Blocking porn sites 
• Blocking adult apps and games
• Filtering inappropriate and offensive content on the web
• Filtering inappropriate content on YouTube                    

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

Tên Adult & Porn blocker - Web & YouTube Filter Adult & Porn blocker - Web & YouTube Filter
ID ajoebjamfbkepjkfmmlbldhdfaebiolm
URL Chính Thức https://chrome.google.com/webstore/detail/adult-porn-blocker-web-yo/ajoebjamfbkepjkfmmlbldhdfaebiolm
Mô tả Block adult and porn websites & Youtube Filtering extension for chrome & chromebooks.
Kích Thước Tệp 573 KB
Số Lần Cài Đặt 1,410
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-02-17
Ngày Phát Hành 2020-02-16
Đánh Giá 3.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Infoweise Pty Ltd
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adult & Porn blocker - Web & YouTube Filter",
    "version": "1.1.0",
    "description": "Block adult and porn websites & Youtube Filtering extension for chrome & chromebooks.",
    "browser_action": {
        "default_icon": "img\/16x16.png",
        "default_popup": "views\/popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/storage.js",
            "scripts\/time.js",
            "scripts\/ajax.js",
            "scripts\/helpers.js",
            "scripts\/background.js",
            "scripts\/popup.js",
            "scripts\/config.js",
            "scripts\/debug.js",
            "js\/jquery-3.3.1.min.js"
        ]
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-3.3.1.min.js",
                "scripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "options_page": "views\/settings.html",
    "web_accessible_resources": [
        "views\/unlock.html",
        "views\/page.html"
    ],
    "manifest_version": 2,
    "icons": {
        "128": "img\/128x128.png",
        "16": "img\/16x16.png",
        "48": "img\/48x48.png"
    }
}