Trading Verifier
Automatically check Steam profiles in the RLTracker scammer database.
What is Trading Verifier?
Trading Verifier is a Chrome extension developed by IronFlare, and its main feature is "Automatically check Steam profiles in the RLTracker scammer database.".
Extension Screenshots
Download Trading Verifier Extension CRX File
Download Trading Verifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Trading Verifier |
ID | nbfjdkcannmjnimkhbncagpbbojjhlhf |
Official URL | https://chromewebstore.google.com/detail/trading-verifier/nbfjdkcannmjnimkhbncagpbbojjhlhf |
Description | Automatically check Steam profiles in the RLTracker scammer database. |
File Size | 72.02 KB |
Installation Count | 685 |
Current Version | 1.1.3 |
Last Updated | 2018-03-11 |
Publish Date | 2018-03-10 |
Rating | 4.61/5 Total 121 Ratings |
Developer | IronFlare |
Payment Type | free |
Help Page URL | https://github.com/IronFlare/Trading-Verifier-Docs/wiki/Frequently-Asked-Questions |
Supported Languages | 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" } |