KProxy Extension

Official KProxy Extension; the best anonymous proxy solution for work.

KProxy Extensionคืออะไร?

KProxy Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kproxy และคุณลักษณะหลักของมันคือ "Official KProxy Extension; the best anonymous proxy solution for work."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Web based proxies are a pain, forget you are using a proxy with KProxy Extension. 100% sites will work!

✔ Browse the web anonymously
✔ Change your IP-Address & country
✔ Visit blocked & censored websites
✔ Best solution for work
✔ No ads

KProxy Extension works also through the Internet proxies installed at work, university, library... Your connection will be seen as a regular https connection. It encrypts the connection between your browser to your target server, making impossible to steal your data.

No registration or credit card is required to use it. Just download it, surf and enjoy.

Note: KProxy is also accessible as a premium paid version, offering an enhanced VPN solution that unlocks the full range of product features along with expanded VPN options.

– Feedback & Support –

When you have questions, feedback or just want to say hello, email us. We'd love to hear from you!

Email: [email protected]                    

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

ชื่อ KProxy Extension KProxy Extension
ID gdocgbfmddcfnlnpmnghmjicjognhonm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/kproxy-extension/gdocgbfmddcfnlnpmnghmjicjognhonm
คำอธิบาย Official KProxy Extension; the best anonymous proxy solution for work.
ขนาดไฟล์ 1.43 MB
จำนวนการติดตั้ง 133,129
เวอร์ชันปัจจุบัน 3.2.0
อัปเดตครั้งล่าสุด 2023-09-27
วันที่เผยแพร่ 2019-09-25
คะแนน 4.21/5 รวมทั้งหมด 612 คะแนน
ผู้พัฒนา Kproxy
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.kproxy.com
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/kproxy-privacy-policy/startseite
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KProxy Extension",
    "description": "Official KProxy Extension; the best anonymous proxy solution for work.",
    "version": "3.2.0",
    "background": {
        "scripts": [
            "js\/jquery-3.4.1.min.js",
            "js\/background.js"
        ]
    },
    "permissions": [
        "proxy",
        "tabs",
        "storage",
        "cookies",
        "*:\/\/*\/*",
        "webRequest",
        "webRequestBlocking",
        "privacy"
    ],
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16_off.png",
            "32": "img\/icon32_off.png",
            "48": "img\/icon48_off.png",
            "128": "img\/icon128_off.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'"
}