Eco Search

Use Eco Search in the New Tab page.

What is Eco Search?

Eco Search is a Chrome extension developed by uepselon, and its main feature is "Use Eco Search in the New Tab page.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Eco Search Extension CRX File

Download Eco 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

                        Search with "Eco Search" and get optimized search suggestions and results. 

This extension adds the eco search box on the New Tab page.

Search results and suggestions are powered by Bing!

By installing Eco Search you will change your New Tab page.

You may remove or disable this extension anytime.

Terms & Conditions: https://www.addonsearch.net/terms.html
Privacy Policy: https://www.addonsearch.net/privacy.html                    

Extension Basic Information

Name Eco Search Eco Search
ID dglpocfnfjbehlapidkpceibekhjnabd
Official URL https://chromewebstore.google.com/detail/eco-search/dglpocfnfjbehlapidkpceibekhjnabd
Description Use Eco Search in the New Tab page.
File Size 1.84 MB
Installation Count 6,250
Current Version 2.0.1
Last Updated 2021-12-23
Publish Date 2020-06-10
Rating 4.00/5 Total 4 Ratings
Developer uepselon
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.addonsearch.net/privacy.html
Supported Languages de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Eco Search",
    "version": "2.0.1",
    "permissions": [],
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "pages\/newtab.html"
    },
    "host_permissions": [
        "*:\/\/*.addonsearch.net\/*",
        "*:\/\/*.bing.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "description": "__MSG_description__",
    "action": {
        "default_icon": "img\/64.png"
    },
    "icons": {
        "48": "img\/48.png",
        "64": "img\/64.png",
        "128": "img\/128.png"
    },
    "content_security_policy": []
}