Trademart Extinction
This extention is to see if a user is banned in trademart, or steam-rep etc.
Trademart Extinction là gì?
Trademart Extinction là một tiện ích mở rộng Chrome được phát triển bởi https://trademart.gg, và tính năng chính của nó là "This extention is to see if a user is banned in trademart, or steam-rep etc.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Trademart Extinction
Tải xuống các tệp mở rộng Trademart Extinction 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
Trademart's official extension! It tells you ban history of a user, with full integration with our server & much more with primary focus on your security while trading! All of this is provided in very minimalistic, non-intrusive manner without any ads, within the native Steam sidebar. Created by Vue. • SCAM PREVENTION Never waste your time on scammers again - with this extension, you can instantly see if they're banned or not. Not only that, but you can also see if the user is banned on Discord - with included reason, of course. • DISCORD INTEGRATION If the user has ever verified in Trademart, you will see their Discord username, on their Steam Profile. See the highest role of a user & their status within the server. it has 16k character limit so i assume it should be long
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Trademart Extinction |
ID | lnpjmfdnfmaeheajhkamnechgjfjjimp |
URL Chính Thức | https://chromewebstore.google.com/detail/trademart-extinction/lnpjmfdnfmaeheajhkamnechgjfjjimp |
Mô tả | This extention is to see if a user is banned in trademart, or steam-rep etc. |
Kích Thước Tệp | 131 KB |
Số Lần Cài Đặt | 49 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2021-10-23 |
Ngày Phát Hành | 2021-10-15 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://trademart.gg |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://trademart.gg |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trademart Extinction", "description": "This extention is to see if a user is banned in trademart, or steam-rep etc.", "version": "0.2", "icons": { "64": "icons\/icon.png" }, "permissions": [ "activeTab", "*:\/\/steamcommunity.com\/id\/*", "*:\/\/steamcommunity.com\/profiles\/*" ], "content_scripts": [ { "matches": [ "*:\/\/steamcommunity.com\/id\/*", "*:\/\/steamcommunity.com\/profiles\/*" ], "js": [ "index.js" ], "css": [ "css\/Style.css" ] } ], "web_accessible_resources": [ "icons\/*.svg" ] } |