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.
Wat is Warframe (Build to Market)?
Warframe (Build to Market) is een Chrome-extensie ontwikkeld door seraphx2, en de belangrijkste functie is "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.".
Extensie Screenshots
Download het CRX-bestand van de extensie Warframe (Build to Market)
Download Warframe (Build to Market)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Warframe (Build to Market) |
ID | plbngeoedhogdbghamflgcackmfabcjh |
Officiële URL | https://chromewebstore.google.com/detail/warframe-build-to-market/plbngeoedhogdbghamflgcackmfabcjh |
Beschrijving | 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. |
Bestandsgrootte | 18.27 KB |
Aantal Installaties | 60 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2022-12-22 |
Publicatiedatum | 2022-12-22 |
Ontwikkelaar | seraphx2 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |