Porn Blocker

blocks pages containing porn.

Porn Blocker là gì?

Porn Blocker là một tiện ích mở rộng Chrome được phát triển bởi Ayman Eltemmsahy, và tính năng chính của nó là "blocks pages containing porn.".

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

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

                        This extension blocks porn websites. It gives you the ability to change the opacity of the page to partially see what's beneath. And you can view the page if you decide you want to see it.                    

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

Tên Porn Blocker Porn Blocker
ID jbdeagmojbldngfcfekkmifcdkfnkcja
URL Chính Thức https://chrome.google.com/webstore/detail/porn-blocker/jbdeagmojbldngfcfekkmifcdkfnkcja
Mô tả blocks pages containing porn.
Kích Thước Tệp 61.37 KB
Số Lần Cài Đặt 302
Phiên Bản Hiện Tại 1.14
Cập Nhật Lần Cuối 2014-11-17
Ngày Phát Hành 2014-11-17
Đánh Giá 3.60/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Ayman Eltemmsahy
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": "Porn Blocker",
    "version": "1.14",
    "description": "blocks pages containing porn.",
    "icons": {
        "16": "icon-16.ico",
        "48": "icon-48.ico",
        "128": "icon-128.ico"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "extra.js",
                "main.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "manifest_version": 2
}