Safe Search Engine - Lukall
Safe Search Engine for kids, students and society.
Safe Search Engine - Lukall là gì?
Safe Search Engine - Lukall là một tiện ích mở rộng Chrome được phát triển bởi https://www.lukall.com, và tính năng chính của nó là "Safe Search Engine for kids, students and society.".
Ả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 Safe Search Engine - Lukall
Tải xuống các tệp mở rộng Safe Search Engine - Lukall 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
We show search results that are safe for everyone, means safe search results only. We make internet search playground safer for everyone. We filter out any inappropriate and adult content from our search results. By clicking "Add to chrome", I accept and agree to installing the Lukall - Safe Search Engine Chrome extension and setting Chrome™ default search to that provided by the service and the Terms of Use and Privacy Policy. Please read our: Privacy Policy: https://www.lukall.com/privacy Terms of Use: https://www.lukall.com/terms
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Safe Search Engine - Lukall |
ID | mdmnmnbijfcipfljmnioicccjlnnecdd |
URL Chính Thức | https://chromewebstore.google.com/detail/safe-search-engine-lukall/mdmnmnbijfcipfljmnioicccjlnnecdd |
Mô tả | Safe Search Engine for kids, students and society. |
Kích Thước Tệp | 172 KB |
Số Lần Cài Đặt | 101 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2020-01-15 |
Ngày Phát Hành | 2020-01-14 |
Đánh Giá | 4.62/5 Tổng số 13 Đánh Giá |
Nhà Phát Triển | https://www.lukall.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.lukall.com/privacy |
URL Trang Trợ Giúp | https://www.lukall.com/terms |
URL Trang Chính Sách Bảo Mật | https://www.speedtestgizmo.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Safe Search Engine - Lukall", "short_name": "Lukall", "description": "Safe Search Engine for kids, students and society.", "version": "1.1.0", "author": "Lukall", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "incognito": "split", "content_scripts": [ { "matches": [ "*:\/\/lukall.com\/*" ], "js": [ "content-script.js" ] } ], "permissions": [ "https:\/\/*.lukall.com\/" ], "chrome_settings_overrides": { "homepage": "https:\/\/www.lukall.com", "search_provider": { "name": "lukall", "search_url": "https:\/\/www.lukall.com\/search?q={searchTerms}", "keyword": "lukall", "favicon_url": "https:\/\/www.lukall.com\/favicon.icon", "is_default": true, "encoding": "UTF-8" } }, "chrome_url_overrides": { "newtab": "index.html" } } |