Super Search Agent

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

Co je Super Search Agent?

Super Search Agent je rozšíření Chrome vyvinuté https://supersearchagent.co, a jeho hlavní funkcí je „Enjoy an enhanced web search experience providing you various tools from your browser address bar.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Super Search Agent

Stáhněte si soubory rozšíření Super Search Agent ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Super Search Agent Super Search Agent
ID jlpkmcnaabibpmimadpdpocakebgcjnd
Oficiální URL https://chromewebstore.google.com/detail/super-search-agent/jlpkmcnaabibpmimadpdpocakebgcjnd
Popis Enjoy an enhanced web search experience providing you various tools from your browser address bar.
Velikost souboru 149 KB
Počet instalací 891
Aktuální Verze 1.43
Poslední Aktualizace 2021-01-12
Datum Vydání 2020-10-10
Vývojář https://supersearchagent.co
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.supersearchagent.co/privacy.html
Podporované Jazyky 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"
        }
    ]
}