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 |
| 官方URL | 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"
]
}
]
} | |