IPSECVPN

IPSECVPN is a VPN Chrome extension that lets you access blocked websites and remain anonymous with the help of IPSECVPN Proxy

IPSECVPNคืออะไร?

IPSECVPN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ipsecvpn.net และคุณลักษณะหลักของมันคือ "IPSECVPN is a VPN Chrome extension that lets you access blocked websites and remain anonymous with the help of IPSECVPN Proxy"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        IPSECVPN is a Chrome extension that makes your browsing secure and unrestricted. Here are the benefits it offers:

Online freedom. Every day, websites and online services get blocked on various grounds, be it government censorship, copyright restrictions, or something else. IPSECVPN grants you unrestricted access to each and every website: It masks your online identity, allowing you to bypass these restrictions and browse the web freely.

Anonymity. With the rise of online marketing and e-commerce, staying anonymous on the web is increasingly hard. IPSECVPN addresses this problem by masking your IP address, making it harder for companies to track you across the web.

Security. In certain cases, transmitting sensitive data through the internet may be dangerous: You’re leaving it vulnerable for interception by malicious third parties. This is especially true for public networks -- airport Wi-Fi hotspots, for example. With IPSECVPN, your data is encrypted: This protects your emails, passwords, and credit card credentials from hackers.

Data safety. IPSECVPN’s security measures ensure that the data you entrust us doesn’t get sold to third parties or abused. IPSECVPN doesn’t collect your data, with the exception of your IP address to provide the services correctly.                    

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

ชื่อ IPSECVPN IPSECVPN
ID kndpnpbcnbmgmeafbmpefkhbnfnpkpdb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ipsecvpn/kndpnpbcnbmgmeafbmpefkhbnfnpkpdb
คำอธิบาย IPSECVPN is a VPN Chrome extension that lets you access blocked websites and remain anonymous with the help of IPSECVPN Proxy
ขนาดไฟล์ 1.99 MB
จำนวนการติดตั้ง 527
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2021-03-01
วันที่เผยแพร่ 2021-02-28
คะแนน 3.10/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Ipsecvpn.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://ipsecvpn.net/
URL หน้าช่วยเหลือ http://ipsecvpn.net/
URL หน้านโยบายความเป็นส่วนตัว http://ipsecvpn.net/privacy
ภาษาที่รองรับ en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IPSECVPN",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.0",
    "icons": {
        "128": "img\/icon128.png",
        "64": "img\/icon64.png",
        "48": "img\/icon48.png",
        "32": "img\/icon32.png",
        "24": "img\/icon24.png",
        "16": "img\/icon16.png"
    },
    "permissions": [
        "storage",
        "proxy",
        "notifications",
        "*:\/\/*\/*",
        "privacy"
    ],
    "optional_permissions": [
        "management"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "libs\/jquery-3.1.1.min.js",
            "modules\/config.js",
            "modules\/utils.js",
            "modules\/proxy.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": {
            "16": "img\/icon_disconncted16.png"
        },
        "default_popup": "popup.html"
    }
}