SafeSearch On

This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.

What is SafeSearch On?

SafeSearch On is a Chrome extension developed by Erich Izdepski, and its main feature is "This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.".

Extension Screenshots

screenshot

Download SafeSearch On Extension CRX File

Download SafeSearch On 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 will help keep your browsing safe, especially for little kids.

After installing, you need to go to the Extensions page (chrome://extensions/), find SafeSearch On, and check the "Allow in incognito" check box to close the huge loophole that DISABLES SafeSearch when in incognito mode.                    

Extension Basic Information

Name SafeSearch On SafeSearch On
ID mfhiagfolialhfpbpkliabalgopgajdm
Official URL https://chromewebstore.google.com/detail/safesearch-on/mfhiagfolialhfpbpkliabalgopgajdm
Description This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.
File Size 16.61 KB
Installation Count 6,841
Current Version 1.0
Last Updated 2016-01-22
Publish Date 2016-01-22
Rating 4.11/5 Total 19 Ratings
Developer Erich Izdepski
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "name": "SafeSearch On",
    "description": "This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*.google.com\/search*",
        "https:\/\/*.google.com\/search*"
    ]
}