KIDS MODE
KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.
KIDS MODEคืออะไร?
KIDS MODE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kidsmode.net และคุณลักษณะหลักของมันคือ "KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย KIDS MODE
ดาวน์โหลดไฟล์ส่วนขยาย KIDS MODE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Welcome to KIDS MODE – our way of ensuring your children stay safe on the web. This feature gives parents complete control over what their kids view online in a simple way, on a parent device or kids device, and can be activated locally or remotely. find out more at: https://kidsmode.net/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | bhgkffnlmkkimfbomibamhgoaecelckc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/kids-mode/bhgkffnlmkkimfbomibamhgoaecelckc |
คำอธิบาย | KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web. |
ขนาดไฟล์ | 63.78 KB |
จำนวนการติดตั้ง | 292 |
เวอร์ชันปัจจุบัน | 0.0.4 |
อัปเดตครั้งล่าสุด | 2023-01-29 |
วันที่เผยแพร่ | 2021-12-10 |
ผู้พัฒนา | https://kidsmode.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://kidsmode.net |
URL หน้าช่วยเหลือ | https://kidsmode.net/contact/ |
URL หน้านโยบายความเป็นส่วนตัว | https://letscompare.deals/privacy |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KIDS MODE", "description": "KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.", "version": "0.0.4", "background": { "page": "background.html", "persistent": true }, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "name": "Open KIDS MODE", "default_icon": { "16": "icons\/16.png" } }, "permissions": [ "tabs", "notifications", "alarms", "idle", "*:\/\/*.kidsmode.net\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.kidsmode.net\/*", "http:\/\/localhost:8080\/*" ], "accepts_tls_channel_id": false }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.firebasedatabase.app https:\/\/www.googleapis.com; object-src 'self'" } |