Azizi search engine

Sleek, intuitive, and powerful search engine for everyone.

Qu'est-ce que Azizi search engine ?

Azizi search engine est une extension Chrome développée par https://azizisearch.com, et sa fonction principale est "Sleek, intuitive, and powerful search engine for everyone.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Azizi search engine

Téléchargez les fichiers d'extension Azizi 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

                        Set Azizi Search as your default search engine and search the internet anonymously. We protect your privacy!
Sleek, intuitive, and powerful search engine for everyone. Azizi Search Extension defines demo.azizisearch.com as your default homepage and search engine. Mac and Linux users : Chrome does not allow us to create a search engine or change your homepage. You can use the one provided by the extension by typing "q" followed by your query or follow this link to add it manually : http://demo.azizisearch.com/web/search?q=searchterm Azizi Search is the leading search engine which offers great quality results in a friendly environment. This browser extension will simply set Azizi Search as your main search engine and start page, so that you can enjoy our great results while protecting your privacy. With Azizi Search , you will find whatever you want on the Web in a few seconds without ever being tracked: we don't keep any history of your search queries, we don't put any cookie or tracker on your browser, and we don't share your personal data to advertisers. We never will. Just open a new Azizi Search tab or use your address bar, tell us what you are looking for, and the most relevant results will be displayed in no time. Refine your search to see specific results extracted from social networks, images, newspapers, videos, music, shopping, etc.                    

Informations de Base sur l'Extension

Nom Azizi search engine Azizi search engine
ID lghnnoehipapkdngedoknjcdbejlgpdl
URL Officiel https://chromewebstore.google.com/detail/azizi-search-engine/lghnnoehipapkdngedoknjcdbejlgpdl
Description Sleek, intuitive, and powerful search engine for everyone.
Taille du Fichier 48.26 KB
Nombre d'Installations 15
Version Actuelle 4.2
Dernière Mise à Jour 2020-10-13
Date de Publication 2018-10-29
Développeur https://azizisearch.com
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://azizisearch.com/privacy-policy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Azizi search engine",
    "version": "4.2",
    "manifest_version": 2,
    "description": "Sleek, intuitive, and powerful search engine for everyone.",
    "browser_action": {
        "default_title": "Azizi search engine script",
        "default_popup": "popup.html"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/demo.azizisearch.com\/starter\/google\/",
        "search_provider": {
            "name": "Azizi Search",
            "keyword": "azizisearch",
            "favicon_url": "https:\/\/azizisearch.com\/images\/favicon.ico",
            "search_url": "https:\/\/demo.azizisearch.com\/starter\/google\/web\/search?q={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        },
        "startup_pages": [
            "https:\/\/demo.azizisearch.com\/starter\/google\/"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newTab.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    }
}