hide.me Proxy

Unblock any website with hide.me Proxy!

hide.me Proxyคืออะไร?

hide.me Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hide.me และคุณลักษณะหลักของมันคือ "Unblock any website with hide.me Proxy!"

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย hide.me Proxy

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

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

                        Explore the cyber world without any boundaries and get access to every website on the internet. Unblock any website irrespective of the country you are currently residing in. And, don't worry, your real IP is completely hidden from intruders and third-parties, all they can see is a hide.me IP. Not even your ISP can trace anything back to you. So, what are you waiting for? Go and enjoy the ride!                    

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

ชื่อ hide.me Proxy hide.me Proxy
ID ohjocgmpmlfahafbipehkhbaacoemojp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hideme-proxy/ohjocgmpmlfahafbipehkhbaacoemojp
คำอธิบาย Unblock any website with hide.me Proxy!
ขนาดไฟล์ 571 KB
จำนวนการติดตั้ง 170,296
เวอร์ชันปัจจุบัน 1.2.5
อัปเดตครั้งล่าสุด 2024-01-23
วันที่เผยแพร่ 2020-07-04
คะแนน 3.32/5 รวมทั้งหมด 115 คะแนน
ผู้พัฒนา https://hide.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hide.me
URL หน้าช่วยเหลือ https://hide.me/support
URL หน้านโยบายความเป็นส่วนตัว https://hide.me/privacy
ภาษาที่รองรับ id,de,en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.5",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "homepage_url": "https:\/\/hide.me\/",
    "icons": {
        "16": "images\/icon16_off.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "alarms",
        "proxy",
        "",
        "privacy"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                ".\/javascripts\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "javascripts\/proxy.js",
            "javascripts\/privacy.js",
            "javascripts\/icon-badge.js",
            "javascripts\/servers.js",
            "javascripts\/utils.js",
            "javascripts\/localization.js",
            "javascripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon16_off.png",
        "default_title": "__MSG_ext_default_title__",
        "default_popup": "popup.html"
    },
    "minimum_chrome_version": "22.0.0"
}