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
官方網址 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"
    ]
}