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"
    }
}