Weoja: privacy search engine

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

Qu'est-ce que Weoja: privacy search engine ?

Weoja: privacy search engine est une extension Chrome développée par https://weoja.com, et sa fonction principale est "Set your browser's default search to use Weoja.com".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Weoja: privacy search engine

Téléchargez les fichiers d'extension Weoja: privacy search engine au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Weoja: privacy search engine Weoja: privacy search engine
ID kaehihjhidgcghmimpccplfbjpdcbhie
URL Officiel https://chromewebstore.google.com/detail/weoja-privacy-search-engi/kaehihjhidgcghmimpccplfbjpdcbhie
Description Set your browser's default search to use Weoja.com
Taille du Fichier 29.18 KB
Nombre d'Installations 67
Version Actuelle 1.4.4
Dernière Mise à Jour 2023-08-31
Date de Publication 2021-03-29
Évaluation 4.71/5 Total 7 Évaluations
Développeur https://weoja.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.weoja.com
URL de la Page d'Aide https://www.weoja.com/info-page?code=IMPRINT
URL de la Page de Politique de Confidentialité https://www.weoja.com/info-page?code=PRIVACY
Langues Prises en Charge 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
        }
    }
}