Mudfish - HTTP Proxy

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

什麼是Mudfish - HTTP Proxy?

Mudfish - HTTP Proxy是由https://mudfish.net開發的Chrome擴展程式,該擴展的主要功能是“Mudfish is a HTTP Proxy service for Mudfish Cloud VPN users.”。

擴展截圖

screenshot
screenshot

下載Mudfish - HTTP Proxy擴展crx文件

下載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
官方網址 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": [
        "*:\/\/*\/*"
    ]
}