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.
Was ist Warframe (Build to Market)?
Warframe (Build to Market) ist eine Chrome-Erweiterung, die von seraphx2 entwickelt wurde, und ihr Hauptmerkmal ist "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.".
Erweiterungsscreenshots
Warframe (Build to Market)-Erweiterungs-CRX-Datei herunterladen
Laden Sie Warframe (Build to Market)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Warframe (Build to Market) |
ID | plbngeoedhogdbghamflgcackmfabcjh |
Offizielle URL | https://chromewebstore.google.com/detail/warframe-build-to-market/plbngeoedhogdbghamflgcackmfabcjh |
Beschreibung | 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. |
Dateigröße | 18.27 KB |
Installationsanzahl | 60 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-12-22 |
Veröffentlichungsdatum | 2022-12-22 |
Entwickler | seraphx2 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |