Trading Verifier

Trading Verifier

Automatically check Steam profiles in the RLTracker scammer database.

Merlin
Additional files are visible only to premium users

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