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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
        "*:\/\/*\/*"
    ]
}