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文件

下載Onion search engine擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
        ]
    }
}