Smart Search

Your personalized smart search engine for smart users!

Qu'est-ce que Smart Search ?

Smart Search est une extension Chrome développée par https://smartsearch.guru, et sa fonction principale est "Your personalized smart search engine for smart users!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Smart Search

Téléchargez les fichiers d'extension Smart Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Smart Search Smart Search
ID jfbjailbgmjhincmamjdecfdmbbfbpla
URL Officiel https://chromewebstore.google.com/detail/smart-search/jfbjailbgmjhincmamjdecfdmbbfbpla
Description Your personalized smart search engine for smart users!
Taille du Fichier 22.2 KB
Nombre d'Installations 8,664
Version Actuelle 1.0.8
Dernière Mise à Jour 2020-04-22
Date de Publication 2020-04-22
Évaluation 3.00/5 Total 3 Évaluations
Développeur https://smartsearch.guru
Type de Paiement free
URL de la Page de Politique de Confidentialité https://smartsearch.top/privacy.html
Langues Prises en Charge 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": []
}