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'est-ce que Warframe (Build to Market) ?
Warframe (Build to Market) est une extension Chrome développée par seraphx2, et sa fonction principale est "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.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Warframe (Build to Market)
Téléchargez les fichiers d'extension Warframe (Build to Market) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Warframe (Build to Market) |
ID | plbngeoedhogdbghamflgcackmfabcjh |
URL Officiel | https://chromewebstore.google.com/detail/warframe-build-to-market/plbngeoedhogdbghamflgcackmfabcjh |
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. |
Taille du Fichier | 18.27 KB |
Nombre d'Installations | 60 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-12-22 |
Date de Publication | 2022-12-22 |
Développeur | seraphx2 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |