Hide Expert VPN

Hide Expert VPN service - is a simple one-click connection to fast VPN proxy servers.

Hide Expert VPNคืออะไร?

Hide Expert VPN เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hide.expert และคุณลักษณะหลักของมันคือ "Hide Expert VPN service - is a simple one-click connection to fast VPN proxy servers."

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

screenshot
screenshot
screenshot

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

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

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

                        Hide Expert VPN service - is a simple one-click connection to fast VPN proxy servers which guarantees protection from tracking and complete anonymity on the Internet.

How it can serve you:
- Hide your online activities
- Change your location (country) on the Internet
- Unblock access to blocked sites, applications and services
- Protection of your data, mailing and passwords from hackers and scammers
- Keeping your personal data safe online
- Protection against interception of the data that you transfer

Hide Expert VPN supports absolutely full non-tracking approach:
- Does not store history of your online activities
- Does not collect or store your personal information
- Does not sell or transfer any of your data to third parties

It is important. Even if government representatives request information, the service has nothing to share with them.

Keep your VPN always on and blocked sites, services and apps will always be available in your Chrome browser. In extension you can choose many different countries through which to access the Internet.

About the developer. For many years the company-developer of Hide Expert VPN service has been commercially developing VPN services, which are used by hundreds of thousands of users around the world. The Hide Expert VPN service is a concentration of great experience and best practices over the years.                    

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

ชื่อ Hide Expert VPN Hide Expert VPN
ID ngckmoefckkpbmkpeejmkajigjjbceoi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hide-expert-vpn/ngckmoefckkpbmkpeejmkajigjjbceoi
คำอธิบาย Hide Expert VPN service - is a simple one-click connection to fast VPN proxy servers.
ขนาดไฟล์ 402 KB
จำนวนการติดตั้ง 606
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2024-01-06
วันที่เผยแพร่ 2024-01-06
คะแนน 4.71/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา https://hide.expert
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hide.expert/
URL หน้าช่วยเหลือ https://hide.expert/feedback
URL หน้านโยบายความเป็นส่วนตัว https://hide.expert/docs/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hide Expert VPN",
    "description": "Hide Expert VPN service - is a simple one-click connection to fast VPN proxy servers.",
    "version": "1.0.0",
    "version_name": "1.0.0",
    "icons": {
        "16": "src\/assets\/icons\/icon-16.png",
        "32": "src\/assets\/icons\/icon-32.png",
        "48": "src\/assets\/icons\/icon-48.png",
        "128": "src\/assets\/icons\/icon-128.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "options_ui": {
        "page": "src\/options\/options.html",
        "open_in_tab": false
    },
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "src\/assets\/icons\/icon-16.png",
            "32": "src\/assets\/icons\/icon-32.png",
            "48": "src\/assets\/icons\/icon-48.png",
            "128": "src\/assets\/icons\/icon-128.png"
        }
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self';",
        "sandbox": "sandbox allow-scripts allow-forms allow-popups allow-modals; script-src 'self' 'unsafe-inline' 'unsafe-eval'; child-src 'self';"
    },
    "permissions": [
        "proxy",
        "storage",
        "webRequest",
        "webRequestAuthProvider"
    ],
    "host_permissions": [
        ""
    ],
    "minimum_chrome_version": "108"
}