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.
Warframe (Build to Market)คืออะไร?
Warframe (Build to Market) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย seraphx2 และคุณลักษณะหลักของมันคือ "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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Warframe (Build to Market)
ดาวน์โหลดไฟล์ส่วนขยาย Warframe (Build to Market) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Warframe (Build to Market) |
ID | plbngeoedhogdbghamflgcackmfabcjh |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/warframe-build-to-market/plbngeoedhogdbghamflgcackmfabcjh |
คำอธิบาย | 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. |
ขนาดไฟล์ | 18.27 KB |
จำนวนการติดตั้ง | 60 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2022-12-22 |
วันที่เผยแพร่ | 2022-12-22 |
ผู้พัฒนา | seraphx2 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" ] } ] } |