VPN Shield

Free VPN service

VPN Shieldคืออะไร?

VPN Shield เป็นส่วนขยายของ Chrome ที่พัฒนาโดย torkestanimina53 และคุณลักษณะหลักของมันคือ "Free VPN service"

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

screenshot
screenshot
screenshot

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

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

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

                        After installing VPN extension you’ll get access to any website you want. There are some website that may be difficult to access due to a certain restrictions, but you don’t have to even think about solving this problem, because we’ve already solved it for you. Download our new free VPN for chrome browser and have no worries. Absolutely free yet high-quality product designed to simply do its job. You can rely on this VPN proxy addon, because it’ll never let you down. Ease of use is what we choose as priority when creating each our products. If you are worried about unprotected Wi-Fi hotspots, want to access a specific website or just want to be protected from surveillance then you should definitely check out this VPN extension. Connect to personal server just in one click! Forget about any geographical restrictions and unblock any content you want. Our extension uses reliable encryption to protect your traffic and hides your real IP address. VPN proxy is the best chrome extension of its kind and can be called as the easiest way to keep your network safe and private. Choose the desired country and address and surf internet without any restrictions. You can access sites blocked in your region just in a few clicks. It’s really easy; install the extension and see for yourself!                    

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

ชื่อ VPN Shield VPN Shield
ID obofjiikjicggbhjbpgehcoeleejabdn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/vpn-shield/obofjiikjicggbhjbpgehcoeleejabdn
คำอธิบาย Free VPN service
ขนาดไฟล์ 35.91 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2022-01-24
วันที่เผยแพร่ 2021-09-21
คะแนน 1.57/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา torkestanimina53
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.1",
    "icons": {
        "128": "icon\/logo.png"
    },
    "background": {
        "scripts": [
            "scripts\/server.js",
            "scripts\/bg.js"
        ]
    },
    "browser_action": {
        "default_popup": "layout\/index.html",
        "default_icon": {
            "128": "icon\/logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/content.js"
            ]
        }
    ],
    "permissions": [
        "proxy",
        "storage",
        ""
    ]
}