Force Safe Search

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

O que é Force Safe Search?

Force Safe Search é uma extensão do Chrome desenvolvida por haydentech, e sua principal característica é "Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo".

Baixar o arquivo CRX da Extensão Force Safe Search

Baixe arquivos de extensão Force Safe Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Force Safe Search Force Safe Search
ID langadckdfefkcnjfmfnfeckafibfkji
URL Oficial https://chrome.google.com/webstore/detail/force-safe-search/langadckdfefkcnjfmfnfeckafibfkji
Descrição Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo
Tamanho do Arquivo 30.21 KB
Contagem de Instalações 2,402
Versão Atual 1.5
Última Atualização 2017-12-11
Data de Publicação 2017-12-11
Classificação 3.18/5 Total de 11 Avaliações
Desenvolvedor haydentech
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://haydentech.com
Idiomas Suportados 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"
    }
}