Trading Verifier
Automatically check Steam profiles in the RLTracker scammer database.
什么是Trading Verifier?
Trading Verifier是由IronFlare开发的Chrome扩展程序,该扩展的主要功能是“Automatically check Steam profiles in the RLTracker scammer database.”。
扩展截图
下载Trading Verifier扩展crx文件
下载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. 扩展基本信息
| 名称 | |
| 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"
} | |