Safe Search Engine - Lukall

Safe Search Engine for kids, students and society.

什么是Safe Search Engine - Lukall?

Safe Search Engine - Lukall是由https://www.lukall.com开发的Chrome扩展程序,该扩展的主要功能是“Safe Search Engine for kids, students and society.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Safe Search Engine - Lukall扩展crx文件

下载Safe Search Engine - Lukall扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Safe Search Engine - Lukall Safe Search Engine - Lukall
ID mdmnmnbijfcipfljmnioicccjlnnecdd
官方URL https://chromewebstore.google.com/detail/safe-search-engine-lukall/mdmnmnbijfcipfljmnioicccjlnnecdd
简介 Safe Search Engine for kids, students and society.
文件大小 172 KB
安装次数 101
当前版本 1.1.0
更新时间 2020-01-15
上架时间 2020-01-14
评分 4.62/5 共13次评分
开发者 https://www.lukall.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.lukall.com/privacy
帮助页面URL https://www.lukall.com/terms
隐私政策页面URL https://www.speedtestgizmo.com/privacy
支持的语言 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"
    }
}