Many search engines

Select the search engine and find everything you need. Easy to use, there is a quick search.

ما هو Many search engines؟

Many search engines هو إضافة Chrome تم تطويرها بواسطة svitolinalida88، والميزة الرئيسية لها هي "Select the search engine and find everything you need. Easy to use, there is a quick search.".

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

screenshot

تحميل ملف CRX للإضافة Many search engines

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

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

                        Install the extension and you get number of advantages over the other search engines! Many search engines does not track users, it is not loaded with ads and has a number of very nice features.                    

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

الاسم Many search engines Many search engines
ID hkbdimhkhlphaekppobhboienpeppiop
عنوان URL الرسمي https://chromewebstore.google.com/detail/many-search-engines/hkbdimhkhlphaekppobhboienpeppiop
الوصف Select the search engine and find everything you need. Easy to use, there is a quick search.
حجم الملف 69.35 KB
عدد التثبيتات 1,225
النسخة الحالية 1.0.7
آخر تحديث 2018-06-01
تاريخ النشر 2018-06-01
تقييم 4.50/5 مجموع تقييمات 4
المطور svitolinalida88
نوع الدفع free
اللغات المدعومة en,ru,uk
manifest.json
{
    "default_locale": "en",
    "name": "__MSG_nameExt__",
    "short_name": "__MSG_shortNameExt__",
    "description": "__MSG_descriptionExt__",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "version": "1.0.7",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_title": "__MSG_nameExt__",
        "default_icon": "icons\/icon32.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_end",
            "css": [
                "styles\/content.css"
            ],
            "js": [
                "scripts\/extDev.js",
                "scripts\/content.js"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": false,
        "page": "options.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/",
        "storage",
        "webRequest",
        "contextMenus",
        "webRequestBlocking"
    ],
    "web_accessible_resources": [
        "images\/*.png"
    ],
    "manifest_version": 2
}