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
官方網址 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"
    }
}