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.
Co to jest Warframe (Build to Market)?
Warframe (Build to Market) to rozszerzenie Chrome opracowane przez seraphx2, a jego główną funkcją jest „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.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Warframe (Build to Market)
Pobierz pliki rozszerzeń Warframe (Build to Market) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Warframe (Build to Market) |
ID | plbngeoedhogdbghamflgcackmfabcjh |
Oficjalny URL | https://chromewebstore.google.com/detail/warframe-build-to-market/plbngeoedhogdbghamflgcackmfabcjh |
Opis | 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. |
Rozmiar pliku | 18.27 KB |
Liczba instalacji | 60 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2022-12-22 |
Data Publikacji | 2022-12-22 |
Deweloper | seraphx2 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |