Trademart Extinction
This extention is to see if a user is banned in trademart, or steam-rep etc.
Wat is Trademart Extinction?
Trademart Extinction is een Chrome-extensie ontwikkeld door https://trademart.gg, en de belangrijkste functie is "This extention is to see if a user is banned in trademart, or steam-rep etc.".
Extensie Screenshots
Download het CRX-bestand van de extensie Trademart Extinction
Download Trademart Extinction-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | lnpjmfdnfmaeheajhkamnechgjfjjimp |
| Officiële URL | https://chromewebstore.google.com/detail/trademart-extinction/lnpjmfdnfmaeheajhkamnechgjfjjimp |
| Beschrijving | This extention is to see if a user is banned in trademart, or steam-rep etc. |
| Bestandsgrootte | 131 KB |
| Aantal Installaties | 49 |
| Huidige Versie | 0.2 |
| Laatst Bijgewerkt | 2021-10-23 |
| Publicatiedatum | 2021-10-15 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | https://trademart.gg |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://trademart.gg |
| Ondersteunde Talen | 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"
]
} | |