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.
Vad är Warframe (Build to Market)?
Warframe (Build to Market) är en Chrome-tillägg utvecklad av seraphx2, och dess huvudfunktion är "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.".
Tilläggsskärmbilder
Ladda ner Warframe (Build to Market)-förlängningens CRX-fil
Ladda ner Warframe (Build to Market)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | plbngeoedhogdbghamflgcackmfabcjh | 
| Officiell webbadress | https://chromewebstore.google.com/detail/warframe-build-to-market/plbngeoedhogdbghamflgcackmfabcjh | 
| Beskrivning | 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. | 
| Filstorlek | 18.27 KB | 
| Antal Installationer | 60 | 
| Aktuell Version | 1.0.0 | 
| Senast Uppdaterad | 2022-12-22 | 
| Publiceringsdatum | 2022-12-22 | 
| Utvecklare | seraphx2 | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
            ]
        }
    ]
}  |  |