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.

What is Warframe (Build to Market)?

Warframe (Build to Market) is a Chrome extension developed by seraphx2, and its main feature 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.".

Extension Screenshots

screenshot

Download Warframe (Build to Market) Extension CRX File

Download Warframe (Build to Market) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Warframe (Build to Market) Warframe (Build to Market)
ID plbngeoedhogdbghamflgcackmfabcjh
Official URL 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.
File Size 18.27 KB
Installation Count 60
Current Version 1.0.0
Last Updated 2022-12-22
Publish Date 2022-12-22
Developer seraphx2
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}