Proxy List Pro

Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.

Proxy List Proคืออะไร?

Proxy List Pro เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://proxylistpro.com และคุณลักษณะหลักของมันคือ "Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions."

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

screenshot

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

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

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

                        Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions and/or looking to browse the internet securely.                    

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

ชื่อ Proxy List Pro Proxy List Pro
ID oicamophdnojgacgbobolcnhbbgpiknb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/proxy-list-pro/oicamophdnojgacgbobolcnhbbgpiknb
คำอธิบาย Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.
ขนาดไฟล์ 213 KB
จำนวนการติดตั้ง 1,668
เวอร์ชันปัจจุบัน 7.0
อัปเดตครั้งล่าสุด 2014-05-12
วันที่เผยแพร่ 2014-05-12
คะแนน 3.50/5 รวมทั้งหมด 34 คะแนน
ผู้พัฒนา http://proxylistpro.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://hide-my-ip.org/page/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Proxy List Pro",
    "version": "7.0",
    "description": "Proxy List Pro is a simple and completely free web proxy service. Perfect for those looking to bypass censorship restrictions.",
    "icons": {
        "48": "img\/icon.png"
    },
    "browser_action": {
        "default_title": "Proxy List Pro",
        "default_popup": "popup.html",
        "default_icon": {
            "19": "img\/disabled.png"
        }
    },
    "permissions": [
        "tabs",
        "webRequest",
        "*:\/\/*.proxylistpro.com\/"
    ],
    "background": {
        "scripts": [
            "bg.js"
        ]
    }
}