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.
O que é Warframe (Build to Market)?
Warframe (Build to Market) é uma extensão do Chrome desenvolvida por seraphx2, e sua principal característica é "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 Tela da Extensão
Baixar o arquivo CRX da Extensão Warframe (Build to Market)
Baixe arquivos de extensão Warframe (Build to Market) no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Warframe (Build to Market) |
ID | plbngeoedhogdbghamflgcackmfabcjh |
URL Oficial | https://chromewebstore.google.com/detail/warframe-build-to-market/plbngeoedhogdbghamflgcackmfabcjh |
Descrição | 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. |
Tamanho do Arquivo | 18.27 KB |
Contagem de Instalações | 60 |
Versão Atual | 1.0.0 |
Última Atualização | 2022-12-22 |
Data de Publicação | 2022-12-22 |
Desenvolvedor | seraphx2 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |