Force Safe Search
Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo
Co to jest Force Safe Search?
Force Safe Search to rozszerzenie Chrome opracowane przez haydentech, a jego główną funkcją jest „Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo”.
Pobierz plik CRX rozszerzenia Force Safe Search
Pobierz pliki rozszerzeń Force Safe Search 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 forces Safe Search mode to ON while searching in Google, YouTube, Reddit, Yahoo, Bing, DuckDuckGo, Ixquick, and more.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | langadckdfefkcnjfmfnfeckafibfkji |
Oficjalny URL | https://chrome.google.com/webstore/detail/force-safe-search/langadckdfefkcnjfmfnfeckafibfkji |
Opis | Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo |
Rozmiar pliku | 30.21 KB |
Liczba instalacji | 2,402 |
Aktualna Wersja | 1.5 |
Ostatnia Aktualizacja | 2017-12-11 |
Data Publikacji | 2017-12-11 |
Ocena | 3.18/5 Łącznie 11 Oceny |
Deweloper | haydentech |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | http://haydentech.com |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Force Safe Search", "author": "Bill Hayden", "version": "1.5", "description": "Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo", "icons": { "44": "icon44.png", "50": "icon50.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": true, "js": [ "content.js" ], "run_at": "document_start" } ], "background": { "page": "background.html", "persistent": true }, "permissions": [ " |