SafeSearch On

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

SafeSearch Onとは何ですか?

SafeSearch OnはErich Izdepskiによって開発されたChromeの拡張機能で、その主な機能は「This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.」です。

拡張機能のスクリーンショット

screenshot

SafeSearch On拡張機能のCRXファイルをダウンロード

SafeSearch On拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 SafeSearch On SafeSearch On
ID mfhiagfolialhfpbpkliabalgopgajdm
公式URL https://chromewebstore.google.com/detail/safesearch-on/mfhiagfolialhfpbpkliabalgopgajdm
説明 This extension forces a google image or video search to always use SafeSearch, even when using incognito mode.
ファイルサイズ 16.61 KB
インストール数 6,841
現在のバージョン 1.0
最終更新日 2016-01-22
公開日 2016-01-22
評価 4.11/5 合計 19 レビュー
開発者 Erich Izdepski
支払い方法 free
対応言語 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*"
    ]
}