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.
¿Qué es Warframe (Build to Market)?
Warframe (Build to Market) es una extensión de Chrome desarrollada por seraphx2, y su función principal es "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.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Warframe (Build to Market)
Descarga archivos de extensión Warframe (Build to Market) en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Warframe (Build to Market) |
ID | plbngeoedhogdbghamflgcackmfabcjh |
URL Oficial | https://chromewebstore.google.com/detail/warframe-build-to-market/plbngeoedhogdbghamflgcackmfabcjh |
Descripción | 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. |
Tamaño del Archivo | 18.27 KB |
Cantidad de Instalaciones | 60 |
Versión Actual | 1.0.0 |
Última Actualización | 2022-12-22 |
Fecha de Publicación | 2022-12-22 |
Desarrollador | seraphx2 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |