Super Search Agent

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

Was ist Super Search Agent?

Super Search Agent ist eine Chrome-Erweiterung, die von https://supersearchagent.co entwickelt wurde, und ihr Hauptmerkmal ist "Enjoy an enhanced web search experience providing you various tools from your browser address bar.".

Erweiterungsscreenshots

screenshot
screenshot

Super Search Agent-Erweiterungs-CRX-Datei herunterladen

Laden Sie Super Search Agent-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Super Search Agent Super Search Agent
ID jlpkmcnaabibpmimadpdpocakebgcjnd
Offizielle URL https://chromewebstore.google.com/detail/super-search-agent/jlpkmcnaabibpmimadpdpocakebgcjnd
Beschreibung Enjoy an enhanced web search experience providing you various tools from your browser address bar.
Dateigröße 149 KB
Installationsanzahl 891
Aktuelle Version 1.43
Letztes Update 2021-01-12
Veröffentlichungsdatum 2020-10-10
Entwickler https://supersearchagent.co
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.supersearchagent.co/privacy.html
Unterstützte Sprachen 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"
        }
    ]
}