Presto Search

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

What is Presto Search?

Presto Search is a Chrome extension developed by http://presto-search.com, and its main feature is "Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.".

Extension Screenshots

screenshot

Download Presto Search Extension CRX File

Download Presto Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Presto Search Presto Search
ID agbpdbjnmlgldkepgkfaimemhaobhmig
Official URL https://chrome.google.com/webstore/detail/presto-search/agbpdbjnmlgldkepgkfaimemhaobhmig
Description Search the web directly using Presto Search, featuring Yahoo Search, as your default search provider.
File Size 19.2 KB
Installation Count 36
Current Version 0.1.24
Last Updated 2018-05-10
Publish Date 2018-05-10
Rating 5.00/5 Total 1 Ratings
Developer http://presto-search.com
Email [email protected]
Payment Type free
Extension Website http://presto-search.com
Privacy Policy Page URL https://search-ace.com/privacy
Supported Languages 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"
    ]
}