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란 무엇입니까?
Trend Micro Family for Kids - Safe Filter은(는) Trend Micro Consumer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Safeguarding children's digital activities by filtering out explicit content on the Internet."입니다.
확장 프로그램 스크린샷
Trend Micro Family for Kids - Safe Filter 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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
확장 프로그램 기본 정보
이름 | |
ID | hcecmnpgpgdmpikefmpmnohbnfcidgbg |
공식 URL | https://chromewebstore.google.com/detail/trend-micro-family-for-ki/hcecmnpgpgdmpikefmpmnohbnfcidgbg |
설명 | Safeguarding children's digital activities by filtering out explicit content on the Internet. |
파일 크기 | 16.82 MB |
설치 횟수 | 2,965 |
현재 버전 | 1.6.1236.0 |
최근 업데이트 | 2023-08-22 |
출시 날짜 | 2021-03-17 |
평점 | 4.44/5 총 9 개의 평점 |
개발자 | Trend Micro Consumer |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.trendmicro.com/en_us/about/legal/privacy-policy-product.html |
지원되는 언어 | 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:\/\/*\/*" ] } ] } |