DealDash Free Bids Software

DealDash Free Bids Software

DealDash Free Bids - With how much easier this software makes winning, you might as well be getting free bids on DealDash

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "exclude_globs": [],
      "include_globs": [
        "*"
      ],
      "js": [
        "js/jquery-3.2.1.min.js",
        "js/js.cookie.js",
        "js/ddecounter.js"
      ],
      "matches": [
        "http://www.dealdash.com/*",
        "https://dealdash.com/*",
        "https://www.dealdash.com/*",
        "http://dealdash.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "manifest_version": 2,
  "converted_from_user_script": true,
  "description": "DealDash Free Bids - With how much easier this software makes winning, you might as well be getting free bids on DealDash",
  "name": "DealDash Free Bids Software",
  "version": "8"
}