VIPSearch

Your personalized search engine for professional users!

What is VIPSearch?

VIPSearch is a Chrome extension developed by https://vipsearch.top, and its main feature is "Your personalized search engine for professional users!".

Extension Screenshots

screenshot

Download VIPSearch Extension CRX File

Download VIPSearch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Уникальный поисковик подбирающий результат индивидуально для Вас.                    

Extension Basic Information

Name VIPSearch VIPSearch
ID ebiddfpnnbekdanionojoeabllkjllmk
Official URL https://chromewebstore.google.com/detail/vipsearch/ebiddfpnnbekdanionojoeabllkjllmk
Description Your personalized search engine for professional users!
File Size 31.65 KB
Installation Count 1,047
Current Version 1.0.10
Last Updated 2020-04-10
Publish Date 2020-04-08
Rating 5.00/5 Total 1 Ratings
Developer https://vipsearch.top
Email [email protected]
Payment Type free
Privacy Policy Page URL https://vipsearch.top/privacy.html
Supported Languages ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VIPSearch",
    "short_name": "vipsearch",
    "description": "Your personalized search engine for professional users!",
    "version": "1.0.10",
    "permissions": [
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/vipsearch.top\/*"
    ],
    "optional_permissions": [
        "",
        "cookies",
        "gcm"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "VIP",
            "keyword": "vipsearch",
            "search_url": "https:\/\/vipsearch.top\/?q={searchTerms}",
            "favicon_url": "https:\/\/vipsearch.top\/i\/logo.png",
            "suggest_url": "https:\/\/vipsearch.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": [
                "*:\/\/vipsearch.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": []
}