Safe Search Engine - Lukall
Safe Search Engine for kids, students and society.
Hvad er Safe Search Engine - Lukall?
Safe Search Engine - Lukall er en Chrome-udvidelse udviklet af https://www.lukall.com, og dens hovedfunktion er "Safe Search Engine for kids, students and society.".
Udvidelsesskærmbilleder
Download Safe Search Engine - Lukall-udvidelses-CRX-fil
Download Safe Search Engine - Lukall-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Safe Search Engine - Lukall |
ID | mdmnmnbijfcipfljmnioicccjlnnecdd |
Officiel URL | https://chromewebstore.google.com/detail/safe-search-engine-lukall/mdmnmnbijfcipfljmnioicccjlnnecdd |
Beskrivelse | Safe Search Engine for kids, students and society. |
Filstørrelse | 172 KB |
Antal Installationer | 101 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2020-01-15 |
Udgivelsesdato | 2020-01-14 |
Bedømmelse | 4.62/5 Samlet 13 Bedømmelser |
Udvikler | https://www.lukall.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.lukall.com/privacy |
Hjælpeside-URL | https://www.lukall.com/terms |
URL til Fortrolighedspolitik Side | https://www.speedtestgizmo.com/privacy |
Understøttede Sprog | 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" } } |