Trademart Extinction

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

Trademart Extinctionคืออะไร?

Trademart Extinction เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trademart.gg และคุณลักษณะหลักของมันคือ "This extention is to see if a user is banned in trademart, or steam-rep etc."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trademart Extinction

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}