Trading Verifier
Automatically check Steam profiles in the RLTracker scammer database.
Trading Verifier क्या है?
Trading Verifier IronFlare द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically check Steam profiles in the RLTracker scammer database."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Trading Verifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |