ROBLOX Follow Checker

ROBLOX Follow Checker

Checks whether or not a user is following you.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "jquery.js",
        "checker.js"
      ],
      "css": [
        "checker.css"
      ],
      "matches": [
        "http://*.roblox.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "Checks whether or not a user is following you.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "ROBLOX Follow Checker",
  "permissions": [
    "http://*.roblox.com/*"
  ],
  "version": "2"
}