Onion search engine

It adds the Onion search engine to chrome without any popup. It is only compatible with chrome. Search on onionsearchengine.com

Onion search engine란 무엇입니까?

Onion search engine은(는) https://www.onionsearchengine.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "It adds the Onion search engine to chrome without any popup. It is only compatible with chrome. Search on onionsearchengine.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        This extension for Chrome allows you to set the Onion search engine in browser when you digit "onion" and keyword and you search directly on the Onion search engine.

Onion search engine is search engine with ability to find content on tor network / deepweb / darkweb. the privacy of users is respected there is no cookies and no javascript and there is not third part code or external code.

Onion search engine allows you to search in the normal network as well as in the onion network.

Onion search engine for browse Website use TOR2WEB gateway service developed by Onion search engine and this service is anonymous, protect your privacy and use Tor Network for all browser.

Onion search engine protect your privacy always.                    

확장 프로그램 기본 정보

이름 Onion search engine Onion search engine
ID bkbfimnmgahipghofjedoojeelbefinf
공식 URL https://chrome.google.com/webstore/detail/onion-search-engine/bkbfimnmgahipghofjedoojeelbefinf
설명 It adds the Onion search engine to chrome without any popup. It is only compatible with chrome. Search on onionsearchengine.com
파일 크기 29.8 KB
설치 횟수 4,683
현재 버전 7
최근 업데이트 2021-11-29
출시 날짜 2019-10-23
평점 3.60/5 총 15 개의 평점
개발자 https://www.onionsearchengine.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.onionsearchengine.com
도움말 페이지 URL https://www.onionsearchengine.com
개인정보 보호 정책 페이지 URL https://onionsearchengine.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "manifest_version": 2,
    "name": "Onion search engine",
    "description": "It adds the Onion search engine to chrome without any popup. It is only compatible with chrome. Search on onionsearchengine.com",
    "version": "7",
    "author": "Onion search engine",
    "omnibox": {
        "keyword": "onion"
    },
    "minimum_chrome_version": "9",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/onionsearchengine.com",
        "search_provider": {
            "encoding": "UTF-8",
            "name": "Onion Search Engine",
            "is_default": true,
            "keyword": "onionsearchengine.com",
            "search_url": "https:\/\/www.onionsearchengine.com\/search.php?search={searchTerms}&submit=Search&rt=std&pk_campaign=chromedft",
            "suggest_url": "https:\/\/www.onionsearchengine.com\/search.php?search={searchTerms}&submit=Search&rt=std&pk_campaign=chromedft"
        },
        "startup_pages": [
            "https:\/\/onionsearchengine.com"
        ]
    }
}