VIPSearch Pro

Efficient modern search engine

什麼是VIPSearch Pro?

VIPSearch Pro是由https://vipsearch.top開發的Chrome擴展程式,該擴展的主要功能是“Efficient modern search engine”。

擴展截圖

screenshot
screenshot
screenshot

下載VIPSearch Pro擴展crx文件

下載VIPSearch Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 VIPSearch Pro VIPSearch Pro
ID fbokkfmimngbimjknehdklnfbogppojk
官方網址 https://chromewebstore.google.com/detail/vipsearch-pro/fbokkfmimngbimjknehdklnfbogppojk
簡介 Efficient modern search engine
檔案大小 30.96 KB
安裝次數 41,471
目前版本 1.1.2.1
更新時間 2023-01-05
上架時間 2020-04-12
評分 3.93/5 共 14 次評分
開發者 https://vipsearch.top
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://vipsearch.top/privacy.html
支援的語言 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": []
}