Tion Proxy

A simple and easy to make Proxy in your browser!

Tion Proxyคืออะไร?

Tion Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย guilhermepedroso และคุณลักษณะหลักของมันคือ "A simple and easy to make Proxy in your browser!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Tion Proxy is a free alternative of the Fiddler, Charles or Nproxy.                    

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

ชื่อ Tion Proxy Tion Proxy
ID blcgejpfmledkdpkpijgffchihhilhkk
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/tion-proxy/blcgejpfmledkdpkpijgffchihhilhkk
คำอธิบาย A simple and easy to make Proxy in your browser!
ขนาดไฟล์ 1019 KB
จำนวนการติดตั้ง 206
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2017-06-28
วันที่เผยแพร่ 2017-06-28
คะแนน 4.63/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา guilhermepedroso
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tion Proxy",
    "description": "A simple and easy to make Proxy in your browser!",
    "version": "1.4",
    "icons": {
        "128": "icon.png",
        "48": "icon.png",
        "16": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_page": "popup.html",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "",
        "tabs",
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}