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文件

下載Weoja: privacy search engine擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
        }
    }
}