Trademart Extinction
This extention is to see if a user is banned in trademart, or steam-rep etc.
Τι είναι το Trademart Extinction;
Το Trademart Extinction είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://trademart.gg, και η κύρια λειτουργία του είναι "This extention is to see if a user is banned in trademart, or steam-rep etc.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Trademart Extinction
Λήψη αρχείων επέκτασης Trademart Extinction σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | lnpjmfdnfmaeheajhkamnechgjfjjimp |
| Επίσημο URL | https://chromewebstore.google.com/detail/trademart-extinction/lnpjmfdnfmaeheajhkamnechgjfjjimp |
| Περιγραφή | This extention is to see if a user is banned in trademart, or steam-rep etc. |
| Μέγεθος Αρχείου | 131 KB |
| Αριθμός Εγκαταστάσεων | 49 |
| Τρέχουσα Έκδοση | 0.2 |
| Τελευταία Ενημέρωση | 2021-10-23 |
| Ημερομηνία Δημοσίευσης | 2021-10-15 |
| Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | https://trademart.gg |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://trademart.gg |
| Υποστηριζόμενες Γλώσσες | 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"
]
} | |