FireX Proxy

FireX Proxy

Vad är FireX Proxy?

FireX Proxy är en Chrome-tillägg utvecklad av https://www.firexproxy.com, och dess huvudfunktion är "FireX Proxy".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner FireX Proxy-förlängningens CRX-fil

Ladda ner FireX Proxy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        FireX Proxy allows you to change your IP address. The proxy list updates about every minute.

Repository on github for developers: https://github.com/Orogenesis/FireX-Proxy
FireX Ecosystem: https://github.com/FireX-Proxy                    

Grundläggande Information om Tillägg

Namn FireX Proxy FireX Proxy
ID jccfbhillgcekaepchoahodacnlhcbnj
Officiell webbadress https://chromewebstore.google.com/detail/firex-proxy/jccfbhillgcekaepchoahodacnlhcbnj
Beskrivning FireX Proxy
Filstorlek 2.78 MB
Antal Installationer 2,217
Aktuell Version 5.3.6
Senast Uppdaterad 2020-03-03
Publiceringsdatum 2020-03-03
Betyg 4.43/5 Totalt 138 Betyg
Utvecklare https://www.firexproxy.com
Betalningssätt free
Stödda Språk de,en,ru,uk,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FireX Proxy",
    "version": "5.3.6",
    "description": "FireX Proxy",
    "default_locale": "en",
    "icons": {
        "16": "data\/icons\/action\/icon-16.png",
        "32": "data\/icons\/action\/icon-32.png",
        "48": "data\/icons\/action\/icon-48.png",
        "64": "data\/icons\/action\/icon-64.png",
        "128": "data\/icons\/action\/icon-128.png"
    },
    "permissions": [
        "proxy",
        "storage",
        "management",
        "*:\/\/*.firexproxy.com\/*",
        "cookies"
    ],
    "optional_permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "browser_style": false,
        "default_icon": {
            "16": "data\/icons\/action\/icon-16.png",
            "32": "data\/icons\/action\/icon-32.png",
            "48": "data\/icons\/action\/icon-48.png",
            "64": "data\/icons\/action\/icon-64.png",
            "128": "data\/icons\/action\/icon-128.png"
        },
        "default_title": "FireX Proxy",
        "default_popup": "browser-action.html"
    },
    "background": {
        "page": "background.html"
    }
}