Trading Verifier
Automatically check Steam profiles in the RLTracker scammer database.
Trading Verifierคืออะไร?
Trading Verifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย IronFlare และคุณลักษณะหลักของมันคือ "Automatically check Steam profiles in the RLTracker scammer database."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trading Verifier
ดาวน์โหลดไฟล์ส่วนขยาย Trading Verifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Trading Verifier makes player-to-player trading a safer, easier experience. Each time you visit a Steam profile, this extension connects to RLTracker's scammer database and searches for reports about that profile's owner. It summarizes the results in a concise, color-coded graphic and displays it in the right-hand column of the profile page. With Trading Verifier, you can finally stop worrying about trading and just do it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Trading Verifier |
ID | nbfjdkcannmjnimkhbncagpbbojjhlhf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/trading-verifier/nbfjdkcannmjnimkhbncagpbbojjhlhf |
คำอธิบาย | Automatically check Steam profiles in the RLTracker scammer database. |
ขนาดไฟล์ | 72.02 KB |
จำนวนการติดตั้ง | 685 |
เวอร์ชันปัจจุบัน | 1.1.3 |
อัปเดตครั้งล่าสุด | 2018-03-11 |
วันที่เผยแพร่ | 2018-03-10 |
คะแนน | 4.61/5 รวมทั้งหมด 121 คะแนน |
ผู้พัฒนา | IronFlare |
ประเภทการชำระเงิน | free |
URL หน้าช่วยเหลือ | https://github.com/IronFlare/Trading-Verifier-Docs/wiki/Frequently-Asked-Questions |
ภาษาที่รองรับ | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_EXT_NAME__", "version": "1.1.3", "offline_enabled": false, "default_locale": "en", "manifest_version": 2, "description": "__MSG_EXT_DESC__", "icons": { "128": "icon.png" }, "permissions": [ "*:\/\/rlt.glitch.me\/*", "storage", "alarms", "notifications", "*:\/\/*.rltracker.pro\/*" ], "background": { "scripts": [ "request.js" ], "persistent": false }, "page_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.steamcommunity.com\/id\/*", "*:\/\/*.steamcommunity.com\/profiles\/*" ], "js": [ "query.js" ], "css": [ "main.css" ] } ], "web_accessible_resources": [ "wheel.gif", "icons\/*.png" ], "minimum_chrome_version": "50" } |