Trademart Extinction

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

Co je Trademart Extinction?

Trademart Extinction je rozšíření Chrome vyvinuté https://trademart.gg, a jeho hlavní funkcí je „This extention is to see if a user is banned in trademart, or steam-rep etc.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Trademart Extinction

Stáhněte si soubory rozšíření Trademart Extinction ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Trademart Extinction Trademart Extinction
ID lnpjmfdnfmaeheajhkamnechgjfjjimp
Oficiální URL https://chromewebstore.google.com/detail/trademart-extinction/lnpjmfdnfmaeheajhkamnechgjfjjimp
Popis This extention is to see if a user is banned in trademart, or steam-rep etc.
Velikost souboru 131 KB
Počet instalací 49
Aktuální Verze 0.2
Poslední Aktualizace 2021-10-23
Datum Vydání 2021-10-15
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://trademart.gg
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://trademart.gg
Podporované Jazyky 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"
    ]
}