Smart Search

Your personalized smart search engine for smart users!

O que é Smart Search?

Smart Search é uma extensão do Chrome desenvolvida por https://smartsearch.guru, e sua principal característica é "Your personalized smart search engine for smart users!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Smart Search

Baixe arquivos de extensão Smart Search 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

                        SmartSearch replaces your default search engine with fast, private and convenient one.
The search your make are precise, accurate and allow you to find things much faster.
You can also search images, videos and even social networks!
Your search is private and no data is either stored or used in any form.
We respect your privacy.
Search smart, be smarter!                    

Informações Básicas da Extensão

Nome Smart Search Smart Search
ID jfbjailbgmjhincmamjdecfdmbbfbpla
URL Oficial https://chromewebstore.google.com/detail/smart-search/jfbjailbgmjhincmamjdecfdmbbfbpla
Descrição Your personalized smart search engine for smart users!
Tamanho do Arquivo 22.2 KB
Contagem de Instalações 8,664
Versão Atual 1.0.8
Última Atualização 2020-04-22
Data de Publicação 2020-04-22
Classificação 3.00/5 Total de 3 Avaliações
Desenvolvedor https://smartsearch.guru
Tipo de Pagamento free
URL da Página de Política de Privacidade https://smartsearch.top/privacy.html
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smart Search",
    "short_name": "smartsearch",
    "description": "Your personalized smart search engine for smart users!",
    "version": "1.0.8",
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/smartsearch.top\/*"
    ],
    "optional_permissions": [
        "",
        "cookies",
        "gcm"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smartsearch",
            "keyword": "smartsearch",
            "search_url": "https:\/\/smartsearch.top\/?q={searchTerms}",
            "favicon_url": "https:\/\/smartsearch.top\/i\/logo.png",
            "suggest_url": "https:\/\/smartsearch.top\/autocomplete.php?sugg&q={searchTerms}",
            "encoding": "UTF-8",
            "is_default": true
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/smartsearch.top\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "icon16.png"
    ],
    "browser_action": []
}