Trademart Extinction

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

Trademart Extinctionとは何ですか?

Trademart Extinctionはhttps://trademart.ggによって開発されたChromeの拡張機能で、その主な機能は「This extention is to see if a user is banned in trademart, or steam-rep etc.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Trademart Extinction拡張機能のCRXファイルをダウンロード

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                    

拡張機能の基本情報

名前 Trademart Extinction Trademart Extinction
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
Eメール [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"
    ]
}