ChromeGuard
ChromeGuard is an innovative, safe-browsing application that provides CIPA compliance on Chrome Devices for school and home use.
ChromeGuard là gì?
ChromeGuard là một tiện ích mở rộng Chrome được phát triển bởi https://petraguardsoftware.com, và tính năng chính của nó là "ChromeGuard is an innovative, safe-browsing application that provides CIPA compliance on Chrome Devices for school and home use.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ChromeGuard
Tải xuống các tệp mở rộng ChromeGuard 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
Chrome Guard is an innovative, free, safe-browsing application for Chrome that provides CIPA compliance on Chrome Browsers and Chrome Devices for school and home use. It blocks pornography and proxy sites to protect users. ChromeGuard even filters searches, which DNS-based solutions can't. ChromeGuard is free and always will be. ChromeGuard is a product of PetraGuard Software. You can read more about us and our products at https://petraguardsoftware.com/ Privacy Policy: https://petraguardsoftware.com/privacypolicy.htm
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChromeGuard |
ID | mjgebmfeoicljihlfniblbklfjiafaec |
URL Chính Thức | https://chromewebstore.google.com/detail/chromeguard/mjgebmfeoicljihlfniblbklfjiafaec |
Mô tả | ChromeGuard is an innovative, safe-browsing application that provides CIPA compliance on Chrome Devices for school and home use. |
Kích Thước Tệp | 2.84 MB |
Số Lần Cài Đặt | 11,074 |
Phiên Bản Hiện Tại | 0.713 |
Cập Nhật Lần Cuối | 2023-02-27 |
Ngày Phát Hành | 2020-06-06 |
Đánh Giá | 4.88/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | https://petraguardsoftware.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://petraguardsoftware.com/ChromeGuard.php |
URL Trang Trợ Giúp | https://petraguardsoftware.com/contact.php |
URL Trang Chính Sách Bảo Mật | https://petraguardsoftware.com/privacypolicy.htm |
Ngôn Ngữ Được Hỗ Trợ | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ChromeGuard", "version": "0.713", "default_locale": "en", "description": "__MSG_appDesc__", "web_accessible_resources": [ "resources\/blocked.html", "resources\/about.js", "resources\/jquery-2.1.1.min.js", "resources\/blank", "resources\/blocked.png", "resources\/ChromeGuard logo 128.png", "resources\/shared.js", "resources\/icon.js", "resources\/bootstrap.min.css" ], "permissions": [ "webRequestBlocking", "webRequest", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "incognito": "split", "oauth2": { "client_id": "508623603138-8cjv1m3p106ceg5dqromhkfrtj7jm993.apps.googleusercontent.com", "scopes": [ "email" ] }, "background": { "scripts": [ "lib\/chrome-polyfill.js", "resources\/shared.js", "resources\/jquery-2.1.1.min.js", "lib\/blocklist.js", "lib\/chromeguard.js", "extension.js" ], "persistent": true }, "icons": { "128": "resources\/ChromeGuard logo 128.png", "16": "resources\/icon16.png", "48": "resources\/icon48.png", "32": "resources\/icon32.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAn4qZbgvSHGNgDednQbj82Y0vrwRuR7b28BC1Fn0BO4dNqJL38tVxy\/gjoKnJtWkcZHd0hrjS8Q4zWzIYob0FoAn5tB6E21DRnhFIW6btNURbKSnkYT3y6nuK+NJDyuAhlUWzbInuyh6hELqnIntZPteX+GnnNfjAbXiBflUgjplN3KtHGMVKNRP3uqeU54hUaZL6JeakXleJ6n1KTQKbTi9Ftwe0i0qY7649PjuLnvcZEMNc8SrNUelOBzpBbCt7qDVogzouOlUu9KtDPBa1168pGQ1rju6FqlAuqAgVNaDCoRZGyLu2t\/TAoiByHzm4j28\/fOY8riz5Xpqs7Asf0QIDAQAB", "browser_action": { "default_icon": { "19": "resources\/icon19.png", "38": "resources\/icon38.png" }, "default_title": "ChromeGuard", "default_popup": "\/resources\/icon.html" } } |