Presearch.com Start With Us

Set Chrome's Homepage and New Tab page to Presearch.com

What is Presearch.com Start With Us?

Presearch.com Start With Us is a Chrome extension developed by https://presearch.com, and its main feature is "Set Chrome's Homepage and New Tab page to Presearch.com".

Extension Screenshots

screenshot

Download Presearch.com Start With Us Extension CRX File

Download Presearch.com Start With Us 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 extension allows you to set your browser homepage to presearch.com                    

Extension Basic Information

Name Presearch.com Start With Us Presearch.com Start With Us
ID fbknefhkjhbolemlchjhacbgckdjggod
Official URL https://chromewebstore.google.com/detail/presearchcom-start-with-u/fbknefhkjhbolemlchjhacbgckdjggod
Description Set Chrome's Homepage and New Tab page to Presearch.com
File Size 24.85 KB
Installation Count 37,200
Current Version 1.0.3
Last Updated 2022-06-07
Publish Date 2018-01-26
Rating 4.63/5 Total 195 Ratings
Developer https://presearch.com
Email [email protected]
Payment Type free
Extension Website https://presearch.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Presearch.com Start With Us",
    "description": "Set Chrome's Homepage and New Tab page to Presearch.com",
    "version": "1.0.3",
    "homepage_url": "https:\/\/www.presearch.com\/?utm_source=extcr",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.presearch.com\/*"
            ],
            "css": [
                "assets\/popup-visibility.css"
            ],
            "js": [
                "assets\/popup-visibility.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "*:\/\/*.presearch.com\/*"
    ],
    "chrome_settings_overrides": {
        "homepage": "https:\/\/presearch.com\/?utm_source=extcr",
        "startup_pages": [
            "https:\/\/presearch.com\/?utm_source=extcr"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}