myTensai Search Engine

Search internet

什麼是myTensai Search Engine?

myTensai Search Engine是由Zeus Media srl開發的Chrome擴展程式,該擴展的主要功能是“Search internet”。

擴展截圖

screenshot

下載myTensai Search Engine擴展crx文件

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

擴展使用說明

                        myTensai Search Engine enable user's browser to search web, images, videos and news results without any distracting backgrounds or images .

By clicking "Add to chrome", I accept and agree to installing the mytensai.com Chrome extension and setting Chrome New Tab extension & it's search services (Provided by bing.com) provided by the service and the Terms of Use and Privacy Policy. 

Terms & Conditions: https://mytensai.com/terms-conditions                    

擴展基本資訊

名稱 myTensai Search Engine myTensai Search Engine
ID ccodppdikeappapgcfaikfnnljpgkgcm
官方網址 https://chromewebstore.google.com/detail/mytensai-search-engine/ccodppdikeappapgcfaikfnnljpgkgcm
簡介 Search internet
檔案大小 13.75 KB
安裝次數 373
目前版本 0.1.8
更新時間 2022-03-09
上架時間 2021-06-16
評分 4.80/5 共 85 次評分
開發者 Zeus Media srl
電子郵箱 [email protected]
付費類型 free
擴展官網 https://mytensai.com/
說明頁面URL https://mytensai.com/contact
隱私政策頁面URL https://mytensai.com/privacy
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "myTensai Search Engine",
    "author": "Zeus Media srl",
    "version": "0.1.8",
    "description": "Search internet",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "mytensai.com",
            "keyword": "keyword.mytensai.com",
            "search_url": "https:\/\/mytensai.com\/mth\/t.php?q={searchTerms}",
            "favicon_url": "https:\/\/mytensai.com\/favicon.ico",
            "suggest_url": "https:\/\/mytensai.com\/suggest?q={searchTerms}",
            "instant_url": "https:\/\/mytensai.com\/instant?q={searchTerms}",
            "image_url": "https:\/\/mytensai.com\/image?q={searchTerms}",
            "search_url_post_params": "search_lang=mytensai.com",
            "suggest_url_post_params": "suggest_lang=mytensai.com",
            "instant_url_post_params": "instant_lang=mytensai.com",
            "image_url_post_params": "image_lang=mytensai.com",
            "alternate_urls": [
                "https:\/\/mytensai.com\/mth\/t.php?q={searchTerms}",
                "https:\/\/mytensai.com\/mth\/t.php?q={searchTerms}"
            ],
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "28": "icons\/icon28.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage",
        "history"
    ]
}