friGate3

Advanced proxy management

friGate3 क्या है?

friGate3 frigate.va द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Advanced proxy management"।

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

screenshot
screenshot

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

crx प्रारूप में friGate3 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        The extension improves the browser's ability to configure proxy servers. The browser allows you to use the proxy in a fairly limited way and our product extends the possibilities of using a proxy. Adds a graphical interface that allows you to configure the list of sites that need to be opened through a proxy, and allows you to link each site to a specific proxy. All proxy types are supported, including authorisation.

We do not retain logs of data activity, nor do we collect any data on your internet use, but may keep account login related details only. Browsing data will not be manipulated, nor used for marketing or analytical purposes, nor shared with anyone for any purpose.                    

एक्सटेंशन की मूल जानकारी

नाम friGate3 friGate3
ID pllkhnalbegnomkokmdomkmcgialhalk
आधिकारिक URL https://chrome.google.com/webstore/detail/frigate3/pllkhnalbegnomkokmdomkmcgialhalk
विवरण Advanced proxy management
फ़ाइल का आकार 363 KB
स्थापना संख्या 50,000
वर्तमान संस्करण 3.0.25
अंतिम अपडेट 2022-02-28
प्रकाशन तिथि 2021-02-11
रेटिंग 3.52/5 कुल 50 रेटिंग्स
डेवलपर frigate.va
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://vpn.fri-gate.org/privacy-policy.html
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_chrome_extension_name__",
    "short_name": "__MSG_chrome_extension_sname__",
    "description": "__MSG_chrome_extension_description__",
    "default_locale": "en",
    "version": "3.0.25",
    "options_page": "\/html\/options.html",
    "icons": {
        "16": "im\/ico\/16.png",
        "48": "im\/ico\/48.png",
        "128": "im\/ico\/128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [],
    "background": {
        "scripts": [
            "js\/init.js",
            "js\/lib\/md5.js",
            "js\/lib\/ls.js",
            "js\/lib\/localdata.min.js",
            "js\/lib\/lib.js",
            "js\/proxy.js",
            "js\/bg.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [],
    "permissions": [
        "identity",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "tabs",
        "proxy",
        "alarms",
        "idle",
        "background",
        ""
    ],
    "browser_action": {
        "default_title": "__MSG_browser_action_title__",
        "default_icon": {
            "19": "im\/ico\/38g.png",
            "38": "im\/ico\/38g.png"
        },
        "default_popup": "\/html\/popup.html"
    }
}