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
公式URL 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
Eメール [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": []
}