VIPSearch Pro

Efficient modern search engine

What is VIPSearch Pro?

VIPSearch Pro is a Chrome extension developed by https://vipsearch.top, and its main feature is "Efficient modern search engine".

Extension Screenshots

screenshot
screenshot
screenshot

Download VIPSearch Pro Extension CRX File

Download VIPSearch Pro 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

                        Start using a modern search engine right now!

Change your default search to this great alternative and enjoy searching the web easily and efficiently.

We are devoted to the mission of open, efficient and fast web and will develop this extensions with the best positive practices existing!

By clicking "Add to chrome", I accept and agree to installing VIPSearch Pro modern search engine and setting Default search to vipsearch.top that provided by the service, EULA and Privacy Policy.

EULA: https://vipsearch.top/eula.html
Privacy Policy: https://vipsearch.top/privacy.html
Contact Us: https://vipsearch.top/contact.html                    

Extension Basic Information

Name VIPSearch Pro VIPSearch Pro
ID fbokkfmimngbimjknehdklnfbogppojk
Official URL https://chromewebstore.google.com/detail/vipsearch-pro/fbokkfmimngbimjknehdklnfbogppojk
Description Efficient modern search engine
File Size 30.96 KB
Installation Count 41,471
Current Version 1.1.2.1
Last Updated 2023-01-05
Publish Date 2020-04-12
Rating 3.93/5 Total 14 Ratings
Developer https://vipsearch.top
Email [email protected]
Payment Type free
Privacy Policy Page URL https://vipsearch.top/privacy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VIPSearch Pro",
    "short_name": "vipsearchpro",
    "description": "Efficient modern search engine",
    "version": "1.1.2.1",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "optional_permissions": [
        "",
        "cookies",
        "gcm"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "VIP",
            "keyword": "vipsearchpro",
            "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"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "web_accessible_resources": [
        "icon16.png",
        "content.js"
    ],
    "browser_action": []
}