Smart Search

Your personalized smart search engine for smart users!

ما هو Smart Search؟

Smart Search هو إضافة Chrome تم تطويرها بواسطة https://smartsearch.guru، والميزة الرئيسية لها هي "Your personalized smart search engine for smart users!".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Smart Search

قم بتنزيل ملفات الامتداد Smart Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Smart Search Smart Search
ID jfbjailbgmjhincmamjdecfdmbbfbpla
عنوان URL الرسمي https://chromewebstore.google.com/detail/smart-search/jfbjailbgmjhincmamjdecfdmbbfbpla
الوصف Your personalized smart search engine for smart users!
حجم الملف 22.2 KB
عدد التثبيتات 8,664
النسخة الحالية 1.0.8
آخر تحديث 2020-04-22
تاريخ النشر 2020-04-22
تقييم 3.00/5 مجموع تقييمات 3
المطور https://smartsearch.guru
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://smartsearch.top/privacy.html
اللغات المدعومة 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": []
}