myTensai Search Engine

Search internet

Cos'è myTensai Search Engine?

myTensai Search Engine è un'estensione di Chrome sviluppata da Zeus Media srl, e la sua funzione principale è "Search internet".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione myTensai Search Engine

Scarica i file di estensione myTensai Search Engine in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome myTensai Search Engine myTensai Search Engine
ID ccodppdikeappapgcfaikfnnljpgkgcm
URL Ufficiale https://chromewebstore.google.com/detail/mytensai-search-engine/ccodppdikeappapgcfaikfnnljpgkgcm
Descrizione Search internet
Dimensione del File 13.75 KB
Conteggio Installazioni 373
Versione Corrente 0.1.8
Ultimo Aggiornamento 2022-03-09
Data di Pubblicazione 2021-06-16
Valutazione 4.80/5 Totale 85 Valutazioni
Sviluppatore Zeus Media srl
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://mytensai.com/
URL della Pagina di Aiuto https://mytensai.com/contact
URL della Pagina della Politica sulla Privacy https://mytensai.com/privacy
Lingue Supportate 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"
    ]
}