Force Safe Search

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

Qu'est-ce que Force Safe Search ?

Force Safe Search est une extension Chrome développée par haydentech, et sa fonction principale est "Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo".

Télécharger le fichier CRX de l'extension Force Safe Search

Téléchargez les fichiers d'extension Force Safe Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Force Safe Search Force Safe Search
ID langadckdfefkcnjfmfnfeckafibfkji
URL Officiel https://chrome.google.com/webstore/detail/force-safe-search/langadckdfefkcnjfmfnfeckafibfkji
Description Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo
Taille du Fichier 30.21 KB
Nombre d'Installations 2,402
Version Actuelle 1.5
Dernière Mise à Jour 2017-12-11
Date de Publication 2017-12-11
Évaluation 3.18/5 Total 11 Évaluations
Développeur haydentech
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://haydentech.com
Langues Prises en Charge 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"
    }
}