Smart Search

Your personalized smart search engine for smart users!

¿Qué es Smart Search?

Smart Search es una extensión de Chrome desarrollada por https://smartsearch.guru, y su función principal es "Your personalized smart search engine for smart users!".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Smart Search

Descarga archivos de extensión Smart Search en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Smart Search Smart Search
ID jfbjailbgmjhincmamjdecfdmbbfbpla
URL Oficial https://chromewebstore.google.com/detail/smart-search/jfbjailbgmjhincmamjdecfdmbbfbpla
Descripción Your personalized smart search engine for smart users!
Tamaño del Archivo 22.2 KB
Cantidad de Instalaciones 8,664
Versión Actual 1.0.8
Última Actualización 2020-04-22
Fecha de Publicación 2020-04-22
Calificación 3.00/5 Total de 3 Calificaciones
Desarrollador https://smartsearch.guru
Tipo de Pago free
URL de la Página de Política de Privacidad https://smartsearch.top/privacy.html
Idiomas Soportados 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": []
}