myTensai Search Engine
Search internet
Что такое myTensai Search Engine?
myTensai Search Engine - это расширение Chrome, разработанное Zeus Media srl, и его основная функция - "Search internet".
Снимки экрана расширения
Скачать файл CRX расширения myTensai Search Engine
Скачайте файлы расширений 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                     Основная информация о расширении
| Название |   |  
| 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"
    ]
}  |  |