Azizi search engine

Sleek, intuitive, and powerful search engine for everyone.

What is Azizi search engine?

Azizi search engine is a Chrome extension developed by https://azizisearch.com, and its main feature is "Sleek, intuitive, and powerful search engine for everyone.".

Extension Screenshots

screenshot

Download Azizi search engine Extension CRX File

Download Azizi search engine extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Azizi search engine Azizi search engine
ID lghnnoehipapkdngedoknjcdbejlgpdl
Official URL https://chromewebstore.google.com/detail/azizi-search-engine/lghnnoehipapkdngedoknjcdbejlgpdl
Description Sleek, intuitive, and powerful search engine for everyone.
File Size 48.26 KB
Installation Count 15
Current Version 4.2
Last Updated 2020-10-13
Publish Date 2018-10-29
Developer https://azizisearch.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://azizisearch.com/privacy-policy
Supported Languages 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"
    }
}