Trend Micro Family for Kids - Safe Filter

Safeguarding children's digital activities by filtering out explicit content on the Internet.

Trend Micro Family for Kids - Safe Filter là gì?

Trend Micro Family for Kids - Safe Filter là một tiện ích mở rộng Chrome được phát triển bởi Trend Micro Consumer, và tính năng chính của nó là "Safeguarding children's digital activities by filtering out explicit content on the Internet.".

Ả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 Trend Micro Family for Kids - Safe Filter

Tải xuống các tệp mở rộng Trend Micro Family for Kids - Safe 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

                        Trend Micro Family for Kids, a real-time content and image filtering application, safeguards your child's digital behavior. Worried about your child viewing age explicit content (e.g. revealing images) on the Internet? Trend Micro Family for Kids provides families a safer digital environment for children.

Protect youngsters by monitoring the following categories :
Mature Content, Prohibited Content, Pornography, Sexual, Nudity, Alcohol, Tobacco, Illegal, Gambling, Violence, Hate Racism, Weapons, Abortion, Drugs, Marijuana
 
- Detect by AI
- Safe Browsing for Internet Safety
- Safe Web Browser
- Maintain Digital Wellness
- Easy Download
- Parental Control                    

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

Tên Trend Micro Family for Kids - Safe Filter Trend Micro Family for Kids - Safe Filter
ID hcecmnpgpgdmpikefmpmnohbnfcidgbg
URL Chính Thức https://chromewebstore.google.com/detail/trend-micro-family-for-ki/hcecmnpgpgdmpikefmpmnohbnfcidgbg
Mô tả Safeguarding children's digital activities by filtering out explicit content on the Internet.
Kích Thước Tệp 16.82 MB
Số Lần Cài Đặt 2,965
Phiên Bản Hiện Tại 1.6.1236.0
Cập Nhật Lần Cuối 2023-08-22
Ngày Phát Hành 2021-03-17
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Trend Micro Consumer
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.trendmicro.com/en_us/about/legal/privacy-policy-product.html
Ngôn Ngữ Được Hỗ Trợ en,fr,es,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "author": "__MSG_author__",
    "version": "1.6.1236.0",
    "default_locale": "en",
    "description": "__MSG_description__",
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "contextMenus",
        "idle",
        "history",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "filter_rule",
                "enabled": true,
                "path": "filter_rule.json"
            }
        ]
    },
    "icons": {
        "16": "assets\/images\/popup\/img_extension_safe_16.png",
        "48": "assets\/images\/popup\/img_extension_safe_48.png",
        "128": "assets\/images\/popup\/img_extension_safe_128.png"
    },
    "action": {
        "default_icon": {
            "20": "assets\/images\/popup\/img_extension_safe_20.png",
            "40": "assets\/images\/popup\/img_extension_safe_40.png"
        },
        "default_title": "__MSG_name__",
        "default_popup": ""
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "tmfInjected.css"
            ],
            "js": [
                "src\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "omnibox": {
        "keyword": "safe filter for kids"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "_locales\/*",
                "assets\/images\/internal\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}