Safe Search Engine - Lukall
Safe Search Engine for kids, students and society.
¿Qué es Safe Search Engine - Lukall?
Safe Search Engine - Lukall es una extensión de Chrome desarrollada por https://www.lukall.com, y su función principal es "Safe Search Engine for kids, students and society.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Safe Search Engine - Lukall
Descarga archivos de extensión Safe Search Engine - Lukall en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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
Información Básica de la Extensión
Nombre | Safe Search Engine - Lukall |
ID | mdmnmnbijfcipfljmnioicccjlnnecdd |
URL Oficial | https://chromewebstore.google.com/detail/safe-search-engine-lukall/mdmnmnbijfcipfljmnioicccjlnnecdd |
Descripción | Safe Search Engine for kids, students and society. |
Tamaño del Archivo | 172 KB |
Cantidad de Instalaciones | 101 |
Versión Actual | 1.1.0 |
Última Actualización | 2020-01-15 |
Fecha de Publicación | 2020-01-14 |
Calificación | 4.62/5 Total de 13 Calificaciones |
Desarrollador | https://www.lukall.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.lukall.com/privacy |
URL de la Página de Ayuda | https://www.lukall.com/terms |
URL de la Página de Política de Privacidad | https://www.speedtestgizmo.com/privacy |
Idiomas Soportados | 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" } } |