Presto Search

Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.

Cos'è Presto Search?

Presto Search è un'estensione di Chrome sviluppata da http://presto-search.com, e la sua funzione principale è "Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Presto Search

Scarica i file di estensione Presto 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

                        Use Presto Search, featuring Yahoo Search, to quickly access the relevant information, videos, images, and answers from across the web.

EULA: http://infospace.com/downloadable/terms/eula.html
 
Privacy Policy: http://infospace.com/downloadable/terms/privacy.html
 
You can uninstall this extension at any time.                    

Informazioni di Base sull'Estensione

Nome Presto Search Presto Search
ID agbpdbjnmlgldkepgkfaimemhaobhmig
URL Ufficiale https://chrome.google.com/webstore/detail/presto-search/agbpdbjnmlgldkepgkfaimemhaobhmig
Descrizione Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.
Dimensione del File 19.2 KB
Conteggio Installazioni 36
Versione Corrente 0.1.24
Ultimo Aggiornamento 2018-05-10
Data di Pubblicazione 2018-05-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore http://presto-search.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://presto-search.com
URL della Pagina della Politica sulla Privacy https://search-ace.com/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Presto Search",
    "version": "0.1.24",
    "description": "Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.",
    "author": "System 1, LLC",
    "icons": {
        "16": "assets\/img\/logo16.png",
        "48": "assets\/img\/logo48.png",
        "128": "assets\/img\/logo128.png"
    },
    "browser_action": {
        "default_title": "Presto Search"
    },
    "permissions": [
        "tabs",
        "http:\/\/presto-search.com\/*"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "js\/newTab.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.presto-search.com\/*"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Yahoo",
            "instant_url": "http:\/\/presto-search.com\/redirect.html",
            "search_url": "http:\/\/presto-search.com\/redirect.html?q={searchTerms}",
            "favicon_url": "http:\/\/presto-search.com\/logo16.png",
            "keyword": "Yahoo",
            "encoding": "UTF-8",
            "alternate_urls": [],
            "search_url_post_params": "",
            "instant_url_post_params": "",
            "is_default": true
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/complilib.pxuno.com  https:\/\/www.googletagmanager.com https:\/\/tagmanager.google.com https:\/\/xd.inspsearchapi.com 'unsafe-eval'; object-src 'self' 'unsafe-eval'",
    "web_accessible_resources": [
        "images\/*",
        "https:\/\/*.google-analytics.com\/**\/*",
        "https:\/\/tagmanager.google.com\/*",
        "js\/gtm.js",
        "insp.localstorage.js"
    ]
}