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
公式URL 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
Eメール [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"
    ]
}