RTrack

RTrack

User submitted game codes for thousands of Roblox games, on the Roblox site, and scam direct message marking and tracking

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "css": [
        "rtrack_style.css"
      ],
      "js": [
        "stats.js"
      ],
      "matches": [
        "*://*.roblox.com/*",
        "https://rtrack.social/*"
      ]
    }
  ],
  "description": "User submitted game codes for thousands of Roblox games, on the Roblox site, and scam direct message marking and tracking",
  "icons": {
    "48": "icon48.png",
    "128": "RTrack128.png"
  },
  "permissions": [
    "storage"
  ],
  "manifest_version": 2,
  "name": "RTrack",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.1.23"
}