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"
} | |