Presearch.com Start With Us

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

O que é Presearch.com Start With Us?

Presearch.com Start With Us é uma extensão do Chrome desenvolvida por https://presearch.com, e sua principal característica é "Set Chrome's Homepage and New Tab page to Presearch.com".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Presearch.com Start With Us

Baixe arquivos de extensão Presearch.com Start With Us no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Presearch.com Start With Us Presearch.com Start With Us
ID fbknefhkjhbolemlchjhacbgckdjggod
URL Oficial https://chromewebstore.google.com/detail/presearchcom-start-with-u/fbknefhkjhbolemlchjhacbgckdjggod
Descrição Set Chrome's Homepage and New Tab page to Presearch.com
Tamanho do Arquivo 24.85 KB
Contagem de Instalações 37,200
Versão Atual 1.0.3
Última Atualização 2022-06-07
Data de Publicação 2018-01-26
Classificação 4.63/5 Total de 195 Avaliações
Desenvolvedor https://presearch.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://presearch.com
Idiomas Suportados 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"
    }
}