Croxy Search

This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.

Croxy Search란 무엇입니까?

Croxy Search은(는) https://croxy.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This search engine extension protects users from being tracked while allowing them to search the web in complete privacy."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Help you to change default search engine in order to save your private data                    

확장 프로그램 기본 정보

이름 Croxy Search Croxy Search
ID chiiadkfompgkbfehmbclheciipdjjbl
공식 URL https://chromewebstore.google.com/detail/croxy-search/chiiadkfompgkbfehmbclheciipdjjbl
설명 This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.
파일 크기 11.71 KB
설치 횟수 41
현재 버전 1.0
최근 업데이트 2023-10-26
출시 날짜 2023-10-26
평점 5.00/5 총 2 개의 평점
개발자 https://croxy.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://croxy.io
개인정보 보호 정책 페이지 URL https://croxy.io/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "name": "Croxy Search",
    "description": "This search engine extension protects users from being tracked while allowing them to search the web in complete privacy.",
    "action": {
        "default_title": "Croxy Search",
        "default_icon": "favicon.png"
    },
    "icons": {
        "128": "favicon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/croxy.io",
        "search_provider": {
            "name": "Croxy",
            "keyword": "croxy.io",
            "search_url": "https:\/\/croxy.io\/search?q={searchTerms}",
            "favicon_url": "https:\/\/croxy.io\/favicon.ico",
            "suggest_url": "https:\/\/instruments.tds.bid\/search\/suggestions\/?keywords={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        },
        "startup_pages": [
            "https:\/\/croxy.io"
        ]
    }
}