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.
Apa itu Warframe (Build to Market)?
Warframe (Build to Market) adalah ekstensi Chrome yang dikembangkan oleh seraphx2, dan fitur utamanya adalah "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.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Warframe (Build to Market)
Unduh file ekstensi Warframe (Build to Market) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Warframe (Build to Market) |
ID | plbngeoedhogdbghamflgcackmfabcjh |
URL Resmi | https://chromewebstore.google.com/detail/warframe-build-to-market/plbngeoedhogdbghamflgcackmfabcjh |
Deskripsi | 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. |
Ukuran File | 18.27 KB |
Jumlah Instalasi | 60 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2022-12-22 |
Tanggal Publikasi | 2022-12-22 |
Pengembang | seraphx2 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |