Warframe (Build to Market)
Clicking on a Mod card in overframe.gg opens a new tab will be opened to the warframe.market page of sellers for that card.
什麼是Warframe (Build to Market)?
Warframe (Build to Market)是由seraphx2開發的Chrome擴展程式,該擴展的主要功能是“Clicking on a Mod card in overframe.gg opens a new tab will be opened to the warframe.market page of sellers for that card.”。
擴展截圖
下載Warframe (Build to Market)擴展crx文件
下載Warframe (Build to Market)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Clicking on a Mod card in overframe.gg opens a new tab will be opened to the warframe.market page of sellers for that card.                     擴展基本資訊
| 名稱 |   |  
| ID | plbngeoedhogdbghamflgcackmfabcjh | 
| 官方網址 | https://chromewebstore.google.com/detail/warframe-build-to-market/plbngeoedhogdbghamflgcackmfabcjh | 
| 簡介 | Clicking on a Mod card in overframe.gg opens a new tab will be opened to the warframe.market page of sellers for that card. | 
| 檔案大小 | 18.27 KB | 
| 安裝次數 | 60 | 
| 目前版本 | 1.0.0 | 
| 更新時間 | 2022-12-22 | 
| 上架時間 | 2022-12-22 | 
| 開發者 | seraphx2 | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Warframe (Build to Market)",
    "version": "1.0.0",
    "description": "Clicking on a Mod card in overframe.gg opens a new tab will be opened to the warframe.market page of sellers for that card.",
    "icons": {
        "48": "logo.png",
        "96": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.overframe.gg\/build\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.overframe.gg\/build\/new\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}  |  |