Anonymous HTTP Proxy

Access blocked web resources worldwide, surf the internet freely, and be secure online.

Anonymous HTTP Proxyคืออะไร?

Anonymous HTTP Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getbehind.me และคุณลักษณะหลักของมันคือ "Access blocked web resources worldwide, surf the internet freely, and be secure online."

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

screenshot
screenshot
screenshot

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

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

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

                        Getbehind.me offers worldwide proxy servers infrastructure that provides anonymous location targeted browsing experience. This means you can access blocked websites from any location. It's free and easy to use!

After installing, you only need to pick the location you need and then click the connect button. Once you'll be connected, all the websites you will visit are going to recognize you from the selected location.

If you have any technical difficulties, please let us know at [email protected].                    

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

ชื่อ Anonymous HTTP Proxy Anonymous HTTP Proxy
ID meifgfdnekgimiclillpbogbblbfbaeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/anonymous-http-proxy/meifgfdnekgimiclillpbogbblbfbaeg
คำอธิบาย Access blocked web resources worldwide, surf the internet freely, and be secure online.
ขนาดไฟล์ 496 KB
จำนวนการติดตั้ง 232
เวอร์ชันปัจจุบัน 1.0.6
อัปเดตครั้งล่าสุด 2024-01-23
วันที่เผยแพร่ 2017-09-23
คะแนน 3.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://getbehind.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.getbehind.me
URL หน้าช่วยเหลือ https://www.getbehind.me/contact
URL หน้านโยบายความเป็นส่วนตัว https://www.getbehind.me/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anonymous HTTP Proxy",
    "version": "1.0.6",
    "description": "Access blocked web resources worldwide, surf the internet freely, and be secure online.",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "proxy",
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "popup.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}