Azizi search engine

Sleek, intuitive, and powerful search engine for everyone.

Azizi search engine란 무엇입니까?

Azizi search engine은(는) https://azizisearch.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sleek, intuitive, and powerful search engine for everyone."입니다.

확장 프로그램 스크린샷

screenshot

Azizi search engine 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Azizi search engine Azizi search engine
ID lghnnoehipapkdngedoknjcdbejlgpdl
공식 URL https://chromewebstore.google.com/detail/azizi-search-engine/lghnnoehipapkdngedoknjcdbejlgpdl
설명 Sleek, intuitive, and powerful search engine for everyone.
파일 크기 48.26 KB
설치 횟수 15
현재 버전 4.2
최근 업데이트 2020-10-13
출시 날짜 2018-10-29
개발자 https://azizisearch.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://azizisearch.com/privacy-policy
지원되는 언어 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"
    }
}