Mudfish - HTTP Proxy

Mudfish is a HTTP Proxy service for Mudfish Cloud VPN users.

Mudfish - HTTP Proxyคืออะไร?

Mudfish - HTTP Proxy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://mudfish.net และคุณลักษณะหลักของมันคือ "Mudfish is a HTTP Proxy service for Mudfish Cloud VPN users."

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

screenshot
screenshot

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

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

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

                        Mudfish - HTTP Proxy WebExtension is a HTTP/HTTPS Proxy service provided by Mudfish Networks Inc.  At this point, we're providing around 600 mudfish nodes at 42 countries.  Using this WebExtension you can do the following things:

* Secure your connection if you're using the internet at the public space.
* Bypass the network congestion if your ISP has poor international internet line.
* Hide your IP.
* Bypass the country access restriction.

Homepage: https://mudfish.net/
Privacy Policy: https://mudfish.net/agreement/privacy_policy
Refund Policy: https://docs.mudfish.net/en/docs/mudfish-policy/refund-policy/
Terms Of Service: https://mudfish.net/agreement/tos                    

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

ชื่อ Mudfish - HTTP Proxy Mudfish - HTTP Proxy
ID ipkbbcamfcnlflkedfdaokofdmfgocfp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mudfish-http-proxy/ipkbbcamfcnlflkedfdaokofdmfgocfp
คำอธิบาย Mudfish is a HTTP Proxy service for Mudfish Cloud VPN users.
ขนาดไฟล์ 1.03 MB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 4.6.4
อัปเดตครั้งล่าสุด 2023-10-23
วันที่เผยแพร่ 2019-02-15
คะแนน 4.32/5 รวมทั้งหมด 28 คะแนน
ผู้พัฒนา https://mudfish.net
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mudfish.net
URL หน้าช่วยเหลือ https://forums.mudfish.net/
URL หน้านโยบายความเป็นส่วนตัว http://mudfish.net/agreement/privacy_policy
ภาษาที่รองรับ en,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_manifest_name__",
    "short_name": "__MSG_manifest_short_name__",
    "description": "__MSG_manifest_description__",
    "version": "4.6.4",
    "default_locale": "en",
    "action": {
        "default_icon": "images\/appIcon\/default-icon-b.png",
        "default_popup": "html\/popup_connect.html"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "images\/appIcon\/16-icon.png",
        "32": "images\/appIcon\/32-icon.png",
        "48": "images\/appIcon\/48-icon.png",
        "128": "images\/appIcon\/128-icon.png"
    },
    "offline_enabled": false,
    "web_accessible_resources": [
        {
            "resources": [
                "\/html\/staticnodes.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "js\/proxy.js"
    },
    "permissions": [
        "proxy",
        "storage",
        "webRequest",
        "webRequestAuthProvider"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}