Showroom Farmer

Showroom Farmer

Showroom Live auto farming extension. Also includes auto count comments and auto send free gifts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Showroom Farmer",
  "version": "1.0",
  "description": "Showroom Live auto farming extension.",
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.showroom-live.com/*"
      ],
      "js": [
        "showroom_api.js",
        "showroom_farmer.js"
      ]
    }
  ]
}