Safe Search Engine - Lukall

Safe Search Engine for kids, students and society.

Safe Search Engine - Lukallคืออะไร?

Safe Search Engine - Lukall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.lukall.com และคุณลักษณะหลักของมันคือ "Safe Search Engine for kids, students and society."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Safe Search Engine - Lukall

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}