adultblacklist

Blocks the biggest adult sites

adultblacklist là gì?

adultblacklist là một tiện ích mở rộng Chrome được phát triển bởi serv.ing.apps, và tính năng chính của nó là "Blocks the biggest adult sites".

Ả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 adultblacklist

Tải xuống các tệp mở rộng adultblacklist 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 the biggest adult sites: those in the top-1-million sites.

It combines the blacklist at  http://dsi.ut-capitole.fr/blacklists/index_en.php  and the Alexa, Majestic Million, and Cisco-eze top million sites. (This keeps the addon size manageable).                    

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

Tên adultblacklist adultblacklist
ID nlaagnlbhaoodpoaoigcjpepnhbkimnb
URL Chính Thức https://chromewebstore.google.com/detail/adultblacklist/nlaagnlbhaoodpoaoigcjpepnhbkimnb
Mô tả Blocks the biggest adult sites
Kích Thước Tệp 94.48 KB
Số Lần Cài Đặt 198
Phiên Bản Hiện Tại 0.5.0
Cập Nhật Lần Cuối 2019-04-09
Ngày Phát Hành 2019-04-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển serv.ing.apps
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/serv-inc/blacklist/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "adultblacklist",
    "description": "Blocks the biggest adult sites",
    "version": "0.5.0",
    "applications": {
        "gecko": {
            "id": "{b4eda7b1-2bbe-4961-b336-aaad77d87a47}"
        }
    },
    "permissions": [
        "tabs"
    ],
    "icons": {
        "128": "clipboard-list-solid.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}