VIPSearch Pro

Efficient modern search engine

VIPSearch Pro란 무엇입니까?

VIPSearch Pro은(는) https://vipsearch.top에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Efficient modern search engine"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

VIPSearch Pro 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": []
}