VIPSearch Pro

Efficient modern search engine

VIPSearch Proคืออะไร?

VIPSearch Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://vipsearch.top และคุณลักษณะหลักของมันคือ "Efficient modern search engine"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VIPSearch Pro

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": []
}