Deals Discounts Finder. Best Prices on Amazon

Deals Discounts Finder. Best Prices on Amazon

Best Online Shopping Deals & Discounts Finder for Amazon.com. Product Price Comparison to Save Money without Coupons. Easy!.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Deals Discounts Finder. Best Prices on Amazon",
  "description": "Best Online Shopping Deals & Discounts Finder for Amazon.com. Product Price Comparison to Save Money without Coupons. Easy!.",
  "version": "1.0.0",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_globs": [
        "*://*.google.*/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "icons": {
    "512": "icon-512.png"
  },
  "manifest_version": 2
}