Mudfish - HTTP Proxy

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

Mudfish - HTTP Proxy क्या है?

Mudfish - HTTP Proxy https://mudfish.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Mudfish is a HTTP Proxy service for Mudfish Cloud VPN users."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Mudfish - HTTP Proxy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
        "*:\/\/*\/*"
    ]
}