FireX Proxy

FireX Proxy

什么是FireX Proxy?

FireX Proxy是由https://www.firexproxy.com开发的Chrome扩展程序,该扩展的主要功能是“FireX Proxy”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载FireX Proxy扩展crx文件

下载FireX Proxy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 FireX Proxy FireX Proxy
ID jccfbhillgcekaepchoahodacnlhcbnj
官方URL https://chromewebstore.google.com/detail/firex-proxy/jccfbhillgcekaepchoahodacnlhcbnj
简介 FireX Proxy
文件大小 2.78 MB
安装次数 2,217
当前版本 5.3.6
更新时间 2020-03-03
上架时间 2020-03-03
评分 4.43/5 共138次评分
开发者 https://www.firexproxy.com
付费类型 free
支持的语言 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"
    }
}