IvyVPN

Unblock the Chrome to surf the Internet!

IvyVPNคืออะไร?

IvyVPN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IvyHost และคุณลักษณะหลักของมันคือ "Unblock the Chrome to surf the Internet!"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย IvyVPN ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        IVY VPN service is fast, easy, reliable and private, especially for the users traveling to those Internet less freedom countries. 

IVY VPN for Chrome protects your online privacy, unblocks websites, protects your security on Wi-Fi hotspots, prevents ad tracking, and encrypts all of the data in and out of your browser with one easy to use extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ IvyVPN IvyVPN
ID afppibgkahmchbblhplphjibkhdoloph
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/ivyvpn/afppibgkahmchbblhplphjibkhdoloph
คำอธิบาย Unblock the Chrome to surf the Internet!
ขนาดไฟล์ 198 KB
จำนวนการติดตั้ง 56
เวอร์ชันปัจจุบัน 0.0.7
อัปเดตครั้งล่าสุด 2020-04-25
วันที่เผยแพร่ 2020-04-22
ผู้พัฒนา IvyHost
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.7",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "assets\/images\/on.png",
        "48": "assets\/images\/on48.png",
        "16": "assets\/images\/on16.png"
    },
    "permissions": [
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "assets\/javascripts\/base64.min.js",
            "assets\/javascripts\/jquery-3.4.1.min.js",
            "assets\/javascripts\/core.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/images\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    }
}