Safe Search Engine - Lukall

Safe Search Engine for kids, students and society.

What is Safe Search Engine - Lukall?

Safe Search Engine - Lukall is a Chrome extension developed by https://www.lukall.com, and its main feature is "Safe Search Engine for kids, students and society.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Safe Search Engine - Lukall Extension CRX File

Download Safe Search Engine - Lukall extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Safe Search Engine - Lukall Safe Search Engine - Lukall
ID mdmnmnbijfcipfljmnioicccjlnnecdd
Official URL https://chromewebstore.google.com/detail/safe-search-engine-lukall/mdmnmnbijfcipfljmnioicccjlnnecdd
Description Safe Search Engine for kids, students and society.
File Size 172 KB
Installation Count 101
Current Version 1.1.0
Last Updated 2020-01-15
Publish Date 2020-01-14
Rating 4.62/5 Total 13 Ratings
Developer https://www.lukall.com
Email [email protected]
Payment Type free
Extension Website https://www.lukall.com/privacy
Help Page URL https://www.lukall.com/terms
Privacy Policy Page URL https://www.speedtestgizmo.com/privacy
Supported Languages 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"
    }
}