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.
Cos'è Warframe (Build to Market)?
Warframe (Build to Market) è un'estensione di Chrome sviluppata da seraphx2, e la sua funzione principale è "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.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Warframe (Build to Market)
Scarica i file di estensione Warframe (Build to Market) in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Warframe (Build to Market) |
ID | plbngeoedhogdbghamflgcackmfabcjh |
URL Ufficiale | https://chromewebstore.google.com/detail/warframe-build-to-market/plbngeoedhogdbghamflgcackmfabcjh |
Descrizione | 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. |
Dimensione del File | 18.27 KB |
Conteggio Installazioni | 60 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-12-22 |
Data di Pubblicazione | 2022-12-22 |
Sviluppatore | seraphx2 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |