Force Safe Search

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

What is Force Safe Search?

Force Safe Search is a Chrome extension developed by haydentech, and its main feature is "Force Safe Search on all major search engines: Google, YouTube, Yahoo, Bing, Yandex, Dogpile, Reddit, Ixquick, and DuckDuckGo".

Download Force Safe Search Extension CRX File

Download Force Safe Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Force Safe Search Force Safe Search
ID langadckdfefkcnjfmfnfeckafibfkji
Official URL 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
File Size 30.21 KB
Installation Count 2,402
Current Version 1.5
Last Updated 2017-12-11
Publish Date 2017-12-11
Rating 3.18/5 Total 11 Ratings
Developer haydentech
Email [email protected]
Payment Type free
Extension Website http://haydentech.com
Supported Languages 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"
    }
}