Drop.GG Auto-Clicker.

Drop.GG Auto-Clicker.

Automatically claims 'Drops' on Drop.GG

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Drop.GG Auto-Clicker.",
  "version": "1.0.0",
  "description": "Automatically claims 'Drops' on Drop.GG",
  "manifest_version": 2,
  "content_scripts": [
    {
      "matches": [
        "*://*.dmarket.com/*"
      ],
      "js": [
        "drops.js"
      ]
    }
  ],
  "permissions": [
    "*://*.dmarket.com/*"
  ],
  "icons": {
    "128": "icon.png"
  }
}