myTensai Search Engine

Search internet

myTensai Search Engine란 무엇입니까?

myTensai Search Engine은(는) Zeus Media srl에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search internet"입니다.

확장 프로그램 스크린샷

screenshot

myTensai Search Engine 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}