Chrome Protect — Smart Search

Search by Chrome Protect — The Best Way to Search

Chrome Protect — Smart Search란 무엇입니까?

Chrome Protect — Smart Search은(는) Browser Tools에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search by Chrome Protect — The Best Way to Search"입니다.

확장 프로그램 스크린샷

screenshot

Chrome Protect — Smart Search 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Chrome Protect offers high quality search results by changing your default search engine.

This extension lets you browse the web and get easy access to search, images, videos and news. This is a single purpose extension.

Some important information for you:

• By clicking on the 'Add to Chrome' button and installing Chrome Protect, you are agreeing to install this extension, with our Privacy Policy and our Terms of Service. 
• By installing, Chrome Protect will change your Chrome’s default search.
• This extension opens Chrome Protect's default search page with quick links to access the most popular sites in a new tab page when you click the extension icon.
• You may remove or disable this extension anytime.
• For our data processing practices we recommend you review our privacy policy available at: https://browseprotect.co/privacy.html
• Review our Terms of Service: https://browseprotect.co/terms.html

Contact us! We’d love to hear from you: [email protected]                    

확장 프로그램 기본 정보

이름 Chrome Protect — Smart Search Chrome Protect — Smart Search
ID mhijjfhmpocbdbjkhcodbllohlobkpko
공식 URL https://chromewebstore.google.com/detail/chrome-protect-%E2%80%94-smart-se/mhijjfhmpocbdbjkhcodbllohlobkpko
설명 Search by Chrome Protect — The Best Way to Search
파일 크기 72.84 KB
설치 횟수 2,269
현재 버전 1.0.4
최근 업데이트 2021-01-05
출시 날짜 2020-01-16
평점 4.00/5 총 6 개의 평점
개발자 Browser Tools
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://browseprotect.co
개인정보 보호 정책 페이지 URL https://searchwarden.com/privacy
지원되는 언어 en-US
manifest.json
{
    "name": "Chrome Protect \u2014 Smart Search",
    "version": "1.0.4",
    "author": "BrowseProtect Team",
    "description": "Search by Chrome Protect \u2014 The Best Way to Search",
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon19.png",
            "38": "icons\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Chrome Protect \u2014 Smart Search"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/browseprotect.co\/icons\/favicon.png",
            "is_default": true,
            "keyword": "browseprotect",
            "name": "Smart Search",
            "search_url": "https:\/\/browseprotect.co\/?q={searchTerms}&utm_source=chromestore&utm_campaign=chrome&utm_medium=extension"
        }
    }
}