Credit Conversion
This extension shows the credit tax on Warframe.Market
Credit Conversionคืออะไร?
Credit Conversion เป็นส่วนขยายของ Chrome ที่พัฒนาโดย JSharpie และคุณลักษณะหลักของมันคือ "This extension shows the credit tax on Warframe.Market"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Credit Conversion
ดาวน์โหลดไฟล์ส่วนขยาย Credit Conversion ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Display the credit tax rate on all platinum trades first hand on warframe.market. Digital Extreme Ltd, Warframe and the logo Warframe are registered trademarks. All rights are reserved worldwide. This extension has no official link with Digital Extremes Ltd or Warframe. All artwork, screenshots, characters or other recognizable features of the intellectual property relating to these trademarks are likewise the intellectual property of Digital Extreme Ltd.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | anjelibbodkfkhpfdcbcdheaanbgoeon |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/credit-conversion/anjelibbodkfkhpfdcbcdheaanbgoeon |
คำอธิบาย | This extension shows the credit tax on Warframe.Market |
ขนาดไฟล์ | 182 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2016-09-27 |
วันที่เผยแพร่ | 2016-09-27 |
ผู้พัฒนา | JSharpie |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Credit Conversion", "description": "This extension shows the credit tax on Warframe.Market", "version": "1.0", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/warframe.market\/" ], "js": [ "jquery-3.1.0.js", "myscript.js" ] } ], "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ] } |