Mudfish - HTTP Proxy

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

Mudfish - HTTP Proxy là gì?

Mudfish - HTTP Proxy là một tiện ích mở rộng Chrome được phát triển bởi https://mudfish.net, và tính năng chính của nó là "Mudfish is a HTTP Proxy service for Mudfish Cloud VPN users.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mudfish - HTTP Proxy

Tải xuống các tệp mở rộng Mudfish - HTTP Proxy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mudfish - HTTP Proxy Mudfish - HTTP Proxy
ID ipkbbcamfcnlflkedfdaokofdmfgocfp
URL Chính Thức https://chromewebstore.google.com/detail/mudfish-http-proxy/ipkbbcamfcnlflkedfdaokofdmfgocfp
Mô tả Mudfish is a HTTP Proxy service for Mudfish Cloud VPN users.
Kích Thước Tệp 1.03 MB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 4.6.4
Cập Nhật Lần Cuối 2023-10-23
Ngày Phát Hành 2019-02-15
Đánh Giá 4.32/5 Tổng số 28 Đánh Giá
Nhà Phát Triển https://mudfish.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mudfish.net
URL Trang Trợ Giúp https://forums.mudfish.net/
URL Trang Chính Sách Bảo Mật http://mudfish.net/agreement/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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": [
        "*:\/\/*\/*"
    ]
}