Super Search Agent

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

Super Search Agent là gì?

Super Search Agent là một tiện ích mở rộng Chrome được phát triển bởi https://supersearchagent.co, và tính năng chính của nó là "Enjoy an enhanced web search experience providing you various tools from your browser address bar.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Super Search Agent

Tải xuống các tệp mở rộng Super Search Agent dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Super Search Agent Super Search Agent
ID jlpkmcnaabibpmimadpdpocakebgcjnd
URL Chính Thức https://chromewebstore.google.com/detail/super-search-agent/jlpkmcnaabibpmimadpdpocakebgcjnd
Mô tả Enjoy an enhanced web search experience providing you various tools from your browser address bar.
Kích Thước Tệp 149 KB
Số Lần Cài Đặt 891
Phiên Bản Hiện Tại 1.43
Cập Nhật Lần Cuối 2021-01-12
Ngày Phát Hành 2020-10-10
Nhà Phát Triển https://supersearchagent.co
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.supersearchagent.co/privacy.html
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}