Safe2Search

This extension sets your search to Safe2Search to provide you with a one click safe search and browsing experience.

Safe2Search란 무엇입니까?

Safe2Search은(는) Bony Innovation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension sets your search to Safe2Search to provide you with a one click safe search and browsing experience."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Safe2Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Click on the Safe2Search icon in the toolbar to keep adult content out of your search results. 

By clicking "Add to chrome", I accept and agree to install Safe2Search extension and set Chrome™ default search to that provided by the service and the terms below.

Important Notice !This extension changes your Default Search in Chrome browser to Yahoo. 
For more information follow the links below:
About - https://www.safe2search.com
Contact - https://www.safe2search.com/contact
EULA - https://www.safe2search.com/eula
Privacy - https://www.safe2search.com/privacy
Uninstall - https://www.safe2search.com/uninstall                    

확장 프로그램 기본 정보

이름 Safe2Search Safe2Search
ID oipppoigngciofehichfgjdbacmmfipj
공식 URL https://chromewebstore.google.com/detail/safe2search/oipppoigngciofehichfgjdbacmmfipj
설명 This extension sets your search to Safe2Search to provide you with a one click safe search and browsing experience.
파일 크기 20 KB
설치 횟수 2,961
현재 버전 0.3.0
최근 업데이트 2021-04-08
출시 날짜 2020-11-15
평점 2.33/5 총 3 개의 평점
개발자 Bony Innovation
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.safe2search.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Safe2Search",
    "version": "0.3.0",
    "description": "This extension sets your search to Safe2Search to provide you with a one click safe search and browsing experience.",
    "icons": {
        "16": ".\/assets\/images\/16x16.png",
        "96": ".\/assets\/images\/96x96.png",
        "128": ".\/assets\/images\/128x128.png"
    },
    "browser_action": {
        "default_popup": "switch.html",
        "default_icon": {
            "16": ".\/assets\/images\/16x16.png"
        },
        "default_title": "Safe2Search"
    },
    "background": {
        "page": "index.html",
        "persistent": false
    },
    "permissions": [
        "cookies",
        "storage",
        "*:\/\/*.safe2search.com\/*"
    ],
    "chrome_settings_overrides": {
        "homepage": "https:\/\/www.safe2search.com",
        "search_provider": {
            "alternate_urls": [],
            "name": "Safe2Search",
            "params": "__PARAM__",
            "keyword": "Safe2Search",
            "encoding": "UTF-8",
            "is_default": true,
            "search_url": "https:\/\/search.safe2search.com\/query\/to?query={searchTerms}&qi=1&category=web&ext=1",
            "suggest_url": "https:\/\/sug.safe2search.com\/complete\/search?q={searchTerms}&client=firefox&ie=utf-8&oe=utf-8&hl=en-US",
            "favicon_url": "https:\/\/www.safe2search.com\/img\/favicon.ico"
        }
    }
}