Web for Children

This extension removes Profanity words from entire web.

Web for Children là gì?

Web for Children là một tiện ích mở rộng Chrome được phát triển bởi 3rd Eye Lab, và tính năng chính của nó là "This extension removes Profanity words from entire web.".

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

Tải xuống các tệp mở rộng Web for Children 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 Chrome extension removes profanity words from entire web and makes the browser a safe place for the children.                    

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

Tên Web for Children Web for Children
ID oehoakcpgdmcplagafjlcnfnbagclcpg
URL Chính Thức https://chromewebstore.google.com/detail/web-for-children/oehoakcpgdmcplagafjlcnfnbagclcpg
Mô tả This extension removes Profanity words from entire web.
Kích Thước Tệp 47.8 KB
Số Lần Cài Đặt 11
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-08-04
Ngày Phát Hành 2014-08-04
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển 3rd Eye Lab
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Web for Children",
    "description": "This extension removes Profanity words from entire web.",
    "version": "1.0",
    "author": "3rd Eye Lab",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-1.7.2.min.js",
                "profanityFilter.js",
                "contentScript.js"
            ]
        }
    ]
}