Safe Search Engine - Lukall
Safe Search Engine for kids, students and society.
Qu'est-ce que Safe Search Engine - Lukall ?
Safe Search Engine - Lukall est une extension Chrome développée par https://www.lukall.com, et sa fonction principale est "Safe Search Engine for kids, students and society.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Safe Search Engine - Lukall
Téléchargez les fichiers d'extension Safe Search Engine - Lukall au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Safe Search Engine - Lukall |
ID | mdmnmnbijfcipfljmnioicccjlnnecdd |
URL Officiel | https://chromewebstore.google.com/detail/safe-search-engine-lukall/mdmnmnbijfcipfljmnioicccjlnnecdd |
Description | Safe Search Engine for kids, students and society. |
Taille du Fichier | 172 KB |
Nombre d'Installations | 101 |
Version Actuelle | 1.1.0 |
Dernière Mise à Jour | 2020-01-15 |
Date de Publication | 2020-01-14 |
Évaluation | 4.62/5 Total 13 Évaluations |
Développeur | https://www.lukall.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.lukall.com/privacy |
URL de la Page d'Aide | https://www.lukall.com/terms |
URL de la Page de Politique de Confidentialité | https://www.speedtestgizmo.com/privacy |
Langues Prises en Charge | 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" } } |