Safe Search

Turns on SafeSearch filter from popular search engines to help you avoid unsafe content in the results of your search feed.

Safe Searchとは何ですか?

Safe Searchはhttp://safesearchapp.netによって開発されたChromeの拡張機能で、その主な機能は「Turns on SafeSearch filter from popular search engines to help you avoid unsafe content in the results of your search feed.」です。

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        This extension is designed for both Chrome browser users and Chrome OS users. Wherever you are surfing the internet, with whomever you are sharing the laptop, we aim to provide you a safe internet browsing experience with explicit and hazardous adult content filtered out from your search feed. 

After you add this extension to your browser, the Safe Search filter is turned “ON” to protect your browsing experience as default. If you want to turn it off, you can go to the Settings section of the extension and make the change at any time you need. 

Providing you a clean feed without adult content is our goal, but you should know that no filter is not 100% bulletproof. You might still be exposed to unsafe content when the filter is working.

Permissions used and reasons:

1. Access to “contextMenus”. We require this permission to add items to the drop-down menu of the extension’s icon in order to provide a better user experience. 
2. Access to “webRequest”, “webRequestBlocking”, and “webNavigation”. These permissions allow us to use our search domain safesearchnow.net (powered by Yahoo) as a placeholder to turn on the SafeSearch from your address bar. In this extension, we also support Google and Bing. If you want to change your search engine, you can go to the Settings of your extension and make the change.
3. Access to “cookies”. We require this permission to save your customized settings of this extension. 
4. Access to "". we require this permission to check your default search engine.

How to remove this extension?

We are very sorry to see you go. If you want to remove the extension from your browser, simply perform a right-click on the browser icon of the extension and select “Remove from Chrome” from the drop-down menu. If you still don’t understand the process, check out the instructions we provide on the Uninstall page (see URL below).

Chrome™ and Chrome OS™ are trademarks of Google LLC. The use of them does not imply any affiliation to or endorsement by Google LLC.

By adding this extension to your browser, you accept and agree to our Privacy Policy and Terms of Use.

Privacy Policy: https://www.safesearchapp.net/privacy 

Terms of Use: https://www.safesearchapp.net/terms 

FAQ: https://www.safesearchapp.net/#faq 

Contact Us: https://www.safesearchapp.net/contact 

Uninstall: https://www.safesearchapp.net/uninstall                    

拡張機能の基本情報

名前 Safe Search Safe Search
ID bjmmjdmenmnbnjdpepehkamlekmoopce
公式URL https://chrome.google.com/webstore/detail/safe-search/bjmmjdmenmnbnjdpepehkamlekmoopce
説明 Turns on SafeSearch filter from popular search engines to help you avoid unsafe content in the results of your search feed.
ファイルサイズ 88.68 KB
インストール数 80,000
現在のバージョン 3.0.1
最終更新日 2021-01-16
公開日 2020-09-25
評価 2.27/5 合計 15 レビュー
開発者 http://safesearchapp.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.safesearchapp.net
ヘルプページのURL https://www.safesearchapp.net/contact
プライバシーポリシーページのURL https://www.safesearchapp.net/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safe Search",
    "version": "3.0.1",
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/www.safesearchnow.net\/favicon.ico",
            "is_default": true,
            "name": "Safe",
            "keyword": "Safe",
            "search_url": "https:\/\/www.safesearchnow.net\/search\/?category=web&yid=yepr&vert=safe&q={searchTerms}",
            "suggest_url": "https:\/\/sug.safesearchnow.net\/v1\/sug\/?yid=yepr&vert=safe&q={searchTerms}"
        }
    },
    "homepage_url": "https:\/\/www.safesearchnow.net\/wim\/ds\/gotohub?s=yepr",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "Safe Search",
        "default_icon": "img\/icon16.png",
        "default_popup": "popup\/popup.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Turns on SafeSearch filter from popular search engines to help you avoid unsafe content in the results of your search feed.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "incognito": "spanning",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "cookies",
        "*:\/\/*.safesearchnow.net\/*",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        ""
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}