SafeSearch On
This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.
Co to jest SafeSearch On?
SafeSearch On to rozszerzenie Chrome opracowane przez Erich Izdepski, a jego główną funkcją jest „This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia SafeSearch On
Pobierz pliki rozszerzeń SafeSearch On 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
This extension will help keep your browsing safe, especially for little kids. After installing, you need to go to the Extensions page (chrome://extensions/), find SafeSearch On, and check the "Allow in incognito" check box to close the huge loophole that DISABLES SafeSearch when in incognito mode.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | mfhiagfolialhfpbpkliabalgopgajdm |
Oficjalny URL | https://chromewebstore.google.com/detail/safesearch-on/mfhiagfolialhfpbpkliabalgopgajdm |
Opis | This extension forces a google image or video search to always use SafeSearch, even when using incognito mode. |
Rozmiar pliku | 16.61 KB |
Liczba instalacji | 6,841 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-01-22 |
Data Publikacji | 2016-01-22 |
Ocena | 4.11/5 Łącznie 19 Oceny |
Deweloper | Erich Izdepski |
Typ Płatności | free |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "icons": { "128": "icon_128.png" }, "name": "SafeSearch On", "description": "This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*.google.com\/search*", "https:\/\/*.google.com\/search*" ] } |