FireX Proxy

FireX Proxy

Wat is FireX Proxy?

FireX Proxy is een Chrome-extensie ontwikkeld door https://www.firexproxy.com, en de belangrijkste functie is "FireX Proxy".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie FireX Proxy

Download FireX Proxy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam FireX Proxy FireX Proxy
ID jccfbhillgcekaepchoahodacnlhcbnj
Officiële URL https://chromewebstore.google.com/detail/firex-proxy/jccfbhillgcekaepchoahodacnlhcbnj
Beschrijving FireX Proxy
Bestandsgrootte 2.78 MB
Aantal Installaties 2,217
Huidige Versie 5.3.6
Laatst Bijgewerkt 2020-03-03
Publicatiedatum 2020-03-03
Beoordeling 4.43/5 Totaal 138 Beoordelingen
Ontwikkelaar https://www.firexproxy.com
Betalingswijze free
Ondersteunde Talen 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"
    }
}