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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Set your browser's default search to use Weoja.com"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Weoja: privacy search engine एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    }
}