Weoja: privacy search engine

Set your browser's default search to use Weoja.com

Weoja: privacy search engine란 무엇입니까?

Weoja: privacy search engine은(는) https://weoja.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set your browser's default search to use Weoja.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Weoja: privacy search engine 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Search for freedom and explore the world without sacrificing privacy with Weoja.
Weoja is the simplest way to take control your privacy online.

Key features:
• Anonymous search based on keywords.
• Quick reply widget.
• AI search by image and voice.
• Allows users to browse results privately with the “Incognito View” proxy feature.
• GDPR and CCPA compliance.
• Light and Dark mode that are right for you.
• Other special features...

By clicking Add to Chrome, you agree to install the Weoja extension and changes the default search engine of the browser to weoja.com, and Terms of Use and Privacy Policy.

About us: https://weoja.com/info-page?code=ABOUTUS
Policy: https://weoja.com/info-page?code=PRIVACY
Terms: https://weoja.com/info-page?code=TERMS
Information & Press: https://weoja.com/info-page?code=IMPRINT                    

확장 프로그램 기본 정보

이름 Weoja: privacy search engine Weoja: privacy search engine
ID kaehihjhidgcghmimpccplfbjpdcbhie
공식 URL https://chromewebstore.google.com/detail/weoja-privacy-search-engi/kaehihjhidgcghmimpccplfbjpdcbhie
설명 Set your browser's default search to use Weoja.com
파일 크기 29.18 KB
설치 횟수 67
현재 버전 1.4.4
최근 업데이트 2023-08-31
출시 날짜 2021-03-29
평점 4.71/5 총 7 개의 평점
개발자 https://weoja.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.weoja.com
도움말 페이지 URL https://www.weoja.com/info-page?code=IMPRINT
개인정보 보호 정책 페이지 URL https://www.weoja.com/info-page?code=PRIVACY
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Weoja: privacy search engine",
    "description": "Set your browser's default search to use Weoja.com",
    "version": "1.4.4",
    "homepage_url": "https:\/\/www.weoja.com\/?addon=extchrome",
    "icons": {
        "16": "img\/logo16.png",
        "48": "img\/logo48.png",
        "128": "img\/logo128.png"
    },
    "browser_action": {
        "default_icon": "img\/logo16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.weoja.com\/*"
            ],
            "js": [
                "assets\/send-message.js"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Weoja",
            "keyword": "Weoja.com",
            "search_url": "https:\/\/weoja.com\/search?q={searchTerms}",
            "favicon_url": "https:\/\/assets.weoja.com\/brand\/icon.svg",
            "suggest_url": "https:\/\/api.weoja.com\/v1\/search\/suggestions?q={searchTerms}&type=list",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}