Force Safe Search

Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo

Cos'è Force Safe Search?

Force Safe Search è un'estensione di Chrome sviluppata da haydentech, e la sua funzione principale è "Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo".

Scarica il file CRX dell'estensione Force Safe Search

Scarica i file di estensione Force Safe Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        This extension forces Safe Search mode to ON while searching in Google, YouTube, Reddit, Yahoo, Bing, DuckDuckGo, Ixquick, and more.                    

Informazioni di Base sull'Estensione

Nome Force Safe Search Force Safe Search
ID langadckdfefkcnjfmfnfeckafibfkji
URL Ufficiale https://chrome.google.com/webstore/detail/force-safe-search/langadckdfefkcnjfmfnfeckafibfkji
Descrizione Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo
Dimensione del File 30.21 KB
Conteggio Installazioni 2,402
Versione Corrente 1.5
Ultimo Aggiornamento 2017-12-11
Data di Pubblicazione 2017-12-11
Valutazione 3.18/5 Totale 11 Valutazioni
Sviluppatore haydentech
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://haydentech.com
Lingue Supportate 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": [
        "",
        "webRequest",
        "webRequestBlocking",
        "cookies",
        "nativeMessaging"
    ],
    "-ms-preload": {
        "backgroundScript": "backgroundScriptsAPIBridge.js",
        "contentScript": "contentScriptsAPIBridge.js"
    }
}