Trademart Extinction
This extention is to see if a user is banned in trademart, or steam-rep etc.
O que é Trademart Extinction?
Trademart Extinction é uma extensão do Chrome desenvolvida por https://trademart.gg, e sua principal característica é "This extention is to see if a user is banned in trademart, or steam-rep etc.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Trademart Extinction
Baixe arquivos de extensão Trademart Extinction no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Trademart Extinction |
ID | lnpjmfdnfmaeheajhkamnechgjfjjimp |
URL Oficial | https://chromewebstore.google.com/detail/trademart-extinction/lnpjmfdnfmaeheajhkamnechgjfjjimp |
Descrição | This extention is to see if a user is banned in trademart, or steam-rep etc. |
Tamanho do Arquivo | 131 KB |
Contagem de Instalações | 49 |
Versão Atual | 0.2 |
Última Atualização | 2021-10-23 |
Data de Publicação | 2021-10-15 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://trademart.gg |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://trademart.gg |
Idiomas Suportados | 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" ] } |