Presearch.com Start With Us

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

Co to jest Presearch.com Start With Us?

Presearch.com Start With Us to rozszerzenie Chrome opracowane przez https://presearch.com, a jego główną funkcją jest „Set Chrome's Homepage and New Tab page to Presearch.com”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Presearch.com Start With Us

Pobierz pliki rozszerzeń Presearch.com Start With Us w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This extension allows you to set your browser homepage to presearch.com                    

Podstawowe informacje o rozszerzeniu

Nazwa Presearch.com Start With Us Presearch.com Start With Us
ID fbknefhkjhbolemlchjhacbgckdjggod
Oficjalny URL https://chromewebstore.google.com/detail/presearchcom-start-with-u/fbknefhkjhbolemlchjhacbgckdjggod
Opis Set Chrome's Homepage and New Tab page to Presearch.com
Rozmiar pliku 24.85 KB
Liczba instalacji 37,200
Aktualna Wersja 1.0.3
Ostatnia Aktualizacja 2022-06-07
Data Publikacji 2018-01-26
Ocena 4.63/5 Łącznie 195 Oceny
Deweloper https://presearch.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://presearch.com
Obsługiwane Języki 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"
    }
}