Roblox Show Status

Roblox Show Status

Allows you to view other players statuses within the Roblox website

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "EmojiVIP",
  "content_scripts": [
    {
      "js": [
        "change.js"
      ],
      "matches": [
        "*://*.roblox.com/*"
      ]
    }
  ],
  "description": "Allows you to view other players statuses within the Roblox website",
  "icons": {
    "16": "icons/roblox16.png",
    "48": "icons/roblox48.png",
    "128": "icons/roblox128.png"
  },
  "manifest_version": 2,
  "name": "Roblox Show Status",
  "version": "1.0.1"
}