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
官方網址 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"
    }
}