My Secure Search

We help keep your searches safe and secure.

Cos'è My Secure Search?

My Secure Search è un'estensione di Chrome sviluppata da http://safesearchtab.com, e la sua funzione principale è "We help keep your searches safe and secure.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione My Secure Search

Scarica i file di estensione My Secure Search 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

                        My Secure Search provides a safe searching experience.

We help keep you safe by checking every search result and website through our extension.

My Secure Search changes your default search provider to Bing and give you a new tab which also defaults your search to bing.

We hope you enjoy!                    

Informazioni di Base sull'Estensione

Nome My Secure Search My Secure Search
ID gocbljahodmfkllelmfjejckfddonhnl
URL Ufficiale https://chrome.google.com/webstore/detail/my-secure-search/gocbljahodmfkllelmfjejckfddonhnl
Descrizione We help keep your searches safe and secure.
Dimensione del File 131 KB
Conteggio Installazioni 82
Versione Corrente 1.0
Ultimo Aggiornamento 2019-12-05
Data di Pubblicazione 2019-12-05
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore http://safesearchtab.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My Secure Search",
    "description": "We help keep your searches safe and secure.",
    "version": "1.0",
    "browser_action": {
        "default_title": "My Secure Search"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "encoding": "UTF-8",
            "favicon_url": "https:\/\/safesearchtab.com\/favicon.ico",
            "image_url": "https:\/\/safesearchtab.com\/assets\/icons\/shield.png",
            "is_default": true,
            "keyword": "gm",
            "name": "Web",
            "search_url": "https:\/\/search.safesearchtab.com\/search?q={searchTerms}&n=281&devise=5dd7920ca651ce68632e0f6b",
            "suggest_url": "https:\/\/search.safesearchtab.com\/search?q={searchTerms}&n=281&devise=5dd7920ca651ce68632e0f6b"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}