SafeSearch

Search with SafeSearch.

Co to jest SafeSearch?

SafeSearch to rozszerzenie Chrome opracowane przez https://www.safesearch.net, a jego główną funkcją jest „Search with SafeSearch.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SafeSearch

Pobierz pliki rozszerzeń SafeSearch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Keep your privacy intact installing SafeSearch Extension. 

SafeSearch protects your privacy by using our search landing page without any trackers. Prevent searches that may be tracked and tied to your personal information. 

Make your default page a SafeSearch page. The extension will load a search portal on your new tab.

You can also easily search for images on Bing or find your favorite windows apps by clicking on the menu on top right in the new tab.

The search queries will be redirected to our search partner Microsoft Bing.                    

Podstawowe informacje o rozszerzeniu

Nazwa SafeSearch SafeSearch
ID dofpbgmibkabhhihnomcmmijlkhaeilm
Oficjalny URL https://chromewebstore.google.com/detail/safesearch/dofpbgmibkabhhihnomcmmijlkhaeilm
Opis Search with SafeSearch.
Rozmiar pliku 29.75 KB
Liczba instalacji 2,069
Aktualna Wersja 2.8.1
Ostatnia Aktualizacja 2021-06-29
Data Publikacji 2014-09-16
Ocena 5.00/5 Łącznie 4 Oceny
Deweloper https://www.safesearch.net
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.safesearch.net/privacy
Obsługiwane Języki en
manifest.json
{
    "name": "SafeSearch",
    "icons": {
        "128": "icons\/icon128.png",
        "48": "icons\/icon48.png",
        "16": "icons\/button.png"
    },
    "incognito": "split",
    "description": "Search with SafeSearch.",
    "homepage_url": "https:\/\/www.safesearch.net\/",
    "version": "2.8.1",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.safesearch.net\/favicon.ico",
            "is_default": true,
            "keyword": "SafeSearch",
            "name": "SafeSearch",
            "search_url": "https:\/\/www.safesearch.net\/?q={searchTerms}"
        }
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "manifest_version": 2,
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}