Super Search Agent

Enjoy an enhanced web search experience providing you various tools from your browser address bar.

What is Super Search Agent?

Super Search Agent is a Chrome extension developed by https://supersearchagent.co, and its main feature is "Enjoy an enhanced web search experience providing you various tools from your browser address bar.".

Extension Screenshots

screenshot
screenshot

Download Super Search Agent Extension CRX File

Download Super Search Agent 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

                        This is a FREE Chrome™ search extension that provides enhanced tools. These FREE Premium tools also allow you to format the results page how you like. Change the font, easily zoom in & out, take a screenshot, use an infinite scroll, or jump to incognito mode. 

This extension updates your address bar to provide you results from Yahoo!. 

Additionally, with Super mode, you enjoy the ability to easily get results from Google, Yahoo! ®, and Bing simultaneously. 

Follow this instruction to use ‘Super’ mode:
Type 'Super', press  or  followed by your query in your browser address bar (e.g. Super cars)

Finally, we give you quick access to manage your history, giving you more control over your data. 

Install the extension for free.

Permissions used by the extension:

"Read and change your data on a number of websites"
This permission is required only for search providers (Google, Yahoo! ®, and Bing) we use and the websites that we own and are required for the ‘Super’ mode features. 

"Change your search settings to SuperSearchAgent.co"
This permission allows us to change your default search engine to our product and is required for our product to work

"Block content on any page you visit"
This permission is taken only for our domain ‘supersearchagent.co’ and enables us to provide you with a customized experience.

Optional permission:
“Read and change all your data on the websites you visit”
This permission enables us to give you the screenshot functionality on your Google, Yahoo! ®, and Bing results page.
 
On clicking the button above, you agree to install this Chrome™ extension, permit us to send you offers, and consent to abide by the Terms of Use & Privacy Policy.

All company or service names, graphics, and logos herein are trademarks or registered trademarks of those third-parties. The use of them here does not indicate any affiliation with or endorsement by their respective owners.


Terms of Use: https://www.supersearchagent.co/agreement.html
Privacy Policy: https://www.supersearchagent.co/privacy.html                    

Extension Basic Information

Name Super Search Agent Super Search Agent
ID jlpkmcnaabibpmimadpdpocakebgcjnd
Official URL https://chromewebstore.google.com/detail/super-search-agent/jlpkmcnaabibpmimadpdpocakebgcjnd
Description Enjoy an enhanced web search experience providing you various tools from your browser address bar.
File Size 149 KB
Installation Count 891
Current Version 1.43
Last Updated 2021-01-12
Publish Date 2020-10-10
Developer https://supersearchagent.co
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.supersearchagent.co/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "128": "icons\/icon128.png"
        },
        "default_popup": "ui-pages\/popPages\/uiPup.html"
    },
    "background": {
        "page": "htmAllFiles\/backgrund.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "*:\/\/*.supersearchagent.co\/*",
        "storage"
    ],
    "manifest_version": 2,
    "name": "Super Search Agent",
    "description": "Enjoy an enhanced web search experience providing you various tools from your browser address bar.",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "version": "1.43",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.supersearchagent.co\/*"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "favicon_url": "https:\/\/www.supersearchagent.co\/favicon.ico",
            "search_url": "https:\/\/www.supersearchagent.co\/advancedPerformSearch.html?q={searchTerms}",
            "suggest_url": "https:\/\/acomplete.supersearchagent.co\/autofill?artifactId=com.artifact.13747&explore=yes&searchQuery={searchTerms}",
            "name": "Super Search Agent powered by Yahoo",
            "keyword": "Yahoo",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "optional_permissions": [
        "",
        "tabs"
    ],
    "web_accessible_resources": [
        "icons\/*",
        "all-scripts\/content\/*",
        "all-scripts\/mainConsts.js",
        "pic-files\/*",
        "css\/*",
        "fonts\/*"
    ],
    "omnibox": {
        "keyword": "super"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.search.yahoo.com\/*"
            ],
            "all_frames": true,
            "js": [
                "all-scripts\/content\/contentArrowHandler.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.google.com\/search*",
                "*:\/\/*.search.yahoo.com\/*",
                "*:\/\/*.bing.com\/search*"
            ],
            "all_frames": true,
            "css": [
                "css\/enhancer.css"
            ],
            "js": [
                "all-scripts\/content\/attrs-files\/searchAgent\/search-for-agent.js"
            ],
            "run_at": "document_start"
        }
    ]
}