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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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"
    ]
}