min_growbot

min_growbot

always clicks grow- just install and forget it. still works while afk.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "min_growbot",
  "description": "always clicks grow- just install and forget it. still works while afk.",
  "version": "1.0.1",
  "icons": {
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.reddit.com/robin/*"
      ],
      "js": [
        "grow.js"
      ]
    }
  ]
}