Trademart Extinction

This extention is to see if a user is banned in trademart, or steam-rep etc.

Qu'est-ce que Trademart Extinction ?

Trademart Extinction est une extension Chrome développée par https://trademart.gg, et sa fonction principale est "This extention is to see if a user is banned in trademart, or steam-rep etc.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Trademart Extinction

Téléchargez les fichiers d'extension Trademart Extinction au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Trademart Extinction Trademart Extinction
ID lnpjmfdnfmaeheajhkamnechgjfjjimp
URL Officiel https://chromewebstore.google.com/detail/trademart-extinction/lnpjmfdnfmaeheajhkamnechgjfjjimp
Description This extention is to see if a user is banned in trademart, or steam-rep etc.
Taille du Fichier 131 KB
Nombre d'Installations 49
Version Actuelle 0.2
Dernière Mise à Jour 2021-10-23
Date de Publication 2021-10-15
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://trademart.gg
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://trademart.gg
Langues Prises en Charge 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"
    ]
}