IndievoxSnapUp

IndievoxSnapUp

helps you to get the ticket hehe

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "IndievoxSnapUp",
  "version": "1.0.3",
  "description": "helps you to get the ticket hehe",
  "icons": {
    "48": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.indievox.com/*"
      ],
      "js": [
        "buyTicket.js"
      ]
    }
  ]
}