Credit Conversion
This extension shows the credit tax on Warframe.Market
Credit Conversion là gì?
Credit Conversion là một tiện ích mở rộng Chrome được phát triển bởi JSharpie, và tính năng chính của nó là "This extension shows the credit tax on Warframe.Market".
Tải xuống tệp CRX của tiện ích mở rộng Credit Conversion
Tải xuống các tệp mở rộng Credit Conversion dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | anjelibbodkfkhpfdcbcdheaanbgoeon |
URL Chính Thức | https://chrome.google.com/webstore/detail/credit-conversion/anjelibbodkfkhpfdcbcdheaanbgoeon |
Mô tả | This extension shows the credit tax on Warframe.Market |
Kích Thước Tệp | 182 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-09-27 |
Ngày Phát Hành | 2016-09-27 |
Nhà Phát Triển | JSharpie |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/" ] } |