ProxyOmega Proxy Manager

A proxy manager utilizing HTTP proxies.

ProxyOmega Proxy Managerคืออะไร?

ProxyOmega Proxy Manager เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ProxyOmega และคุณลักษณะหลักของมันคือ "A proxy manager utilizing HTTP proxies."

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

screenshot
screenshot

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

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

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

                        ProxyOmega Proxy Manager

Effortlessly manage your proxies within Google Chrome with ProxyOmega Proxy Manager. This free extension simplifies the use of proxies, eliminating the need to navigate through intricate settings and menus. Enjoy seamless control with just a click.

Bypass geo-restrictions, blocks, or bans and experience an unrestricted internet with ProxyOmega Proxy Manager!                    

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

ชื่อ ProxyOmega Proxy Manager ProxyOmega Proxy Manager
ID cnpheicknmgmolliegenmcadbkpficih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/proxyomega-proxy-manager/cnpheicknmgmolliegenmcadbkpficih
คำอธิบาย A proxy manager utilizing HTTP proxies.
ขนาดไฟล์ 587 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2024-01-07
วันที่เผยแพร่ 2024-01-07
ผู้พัฒนา ProxyOmega
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://proxyomega.com/
URL หน้าช่วยเหลือ https://help.proxyomega.com/en/
URL หน้านโยบายความเป็นส่วนตัว https://proxyomega.com/privacy-policy
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ProxyOmega Proxy Manager",
    "description": "A proxy manager utilizing HTTP proxies.",
    "version": "1.4",
    "author": "@proxyomega",
    "action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "logo.png"
    },
    "permissions": [
        "proxy",
        "browsingData",
        "webRequest",
        "webRequestAuthProvider",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "background.js"
    }
}