Fakespot Fake Amazon Reviews and eBay Sellers

Fakespot Fake Amazon Reviews and eBay Sellers

Protect yourself from bad sellers and fake reviews on Amazon and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "minimum_chrome_version": "45",
  "applications": {
    "gecko": {
      "id": "{44df5123-f715-9146-bfaa-c6e8d4461d44}"
    }
  },
  "name": "Fakespot Fake Amazon Reviews and eBay Sellers",
  "description": "Protect yourself from bad sellers and fake reviews on Amazon and more!",
  "short_name": "Fakespot",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'unsafe-eval'; img-src *; media-src *;",
  "content_scripts": [
    {
      "matches": [
        "*://*.fakespot.com/*",
        "*://*.fakespot.local/*"
      ],
      "js": [
        "fakespotContent.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://*.amazon.com.au/*",
        "*://*.amazon.co.uk/*",
        "*://*.amazon.ca/*",
        "*://*.amazon.us/*",
        "*://*.amazon.com/*",
        "*://*.amazon.in/*",
        "*://*.amazon.de/*",
        "*://*.amazon.fr/*",
        "*://*.amazon.it/*",
        "*://*.amazon.es/*",
        "*://*.amazon.co.jp/*"
      ],
      "exclude_matches": [
        "*://primenow.amazon.com.au/*",
        "*://primenow.amazon.co.uk/*",
        "*://primenow.amazon.ca/*",
        "*://primenow.amazon.us/*",
        "*://primenow.amazon.com/*",
        "*://primenow.amazon.in/*",
        "*://*.amazon.com.au/Prime-Video/*",
        "*://*.amazon.co.uk/Prime-Video/*",
        "*://*.amazon.ca/Prime-Video/*",
        "*://*.amazon.us/Prime-Video/*",
        "*://*.amazon.com/Prime-Video/*",
        "*://*.amazon.in/Prime-Video/*",
        "*://*.amazon.com.au/Amazon-Video/*",
        "*://*.amazon.co.uk/Amazon-Video/*",
        "*://*.amazon.ca/Amazon-Video/*",
        "*://*.amazon.us/Amazon-Video/*",
        "*://*.amazon.com/Amazon-Video/*",
        "*://*.amazon.in/Amazon-Video/*",
        "*://*.amazon.com.au/gp/video/*",
        "*://*.amazon.co.uk/gp/video/*",
        "*://*.amazon.ca/gp/video/*",
        "*://*.amazon.us/gp/video/*",
        "*://*.amazon.com/gp/video/*",
        "*://*.amazon.in/gp/video/*"
      ],
      "js": [
        "amazonContent.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://*.amazon.com.au/*",
        "*://*.amazon.co.uk/*",
        "*://*.amazon.ca/*",
        "*://*.amazon.us/*",
        "*://*.amazon.com/*",
        "*://*.amazon.in/*",
        "*://*.ebay.com/*",
        "*://*.ebay.co.uk/*",
        "*://*.ebay.com.au/*",
        "*://*.ebay.us/*",
        "*://*.ebay.ca/*"
      ],
      "js": [
        "adBlockContent.js"
      ],
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.ebay.com/*",
        "*://*.ebay.co.uk/*",
        "*://*.ebay.com.au/*",
        "*://*.ebay.us/*",
        "*://*.ebay.ca/*"
      ],
      "js": [
        "ebayContent.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://*.walmart.com/*"
      ],
      "js": [
        "walmartContent.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://*.google.com/search*"
      ],
      "js": [
        "googleContent.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://*.bestbuy.com/*"
      ],
      "js": [
        "bestbuyContent.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://*.sephora.com/*"
      ],
      "js": [
        "sephoraContent.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://*.flipkart.com/*",
        "*://*.flipkart.in/*"
      ],
      "js": [
        "flipkartContent.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "*://*.homedepot.com/*"
      ],
      "js": [
        "homeDepotContent.js"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "shopifyContent.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.amazon.com.au/*",
        "*://*.amazon.co.uk/*",
        "*://*.amazon.ca/*",
        "*://*.amazon.us/*",
        "*://*.amazon.com/*",
        "*://*.amazon.in/*",
        "*://*.ebay.com/*",
        "*://*.ebay.co.uk/*",
        "*://*.ebay.com.au/*",
        "*://*.ebay.us/*",
        "*://*.ebay.ca/*",
        "*://*.walmart.com/*",
        "*://*.yelp.com/*",
        "*://*.tripadvisor.com/*",
        "*://*.sephora.com/*",
        "*://*.bestbuy.com/*",
        "*://*.fakespot.com/*",
        "*://*.fakespot.local/*",
        "*://*.google.com/search*"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_title": "Fakespot",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "web_accessible_resources": [
    "walkThroughView.html",
    "walkThroughScript.js",
    "fonts/Inter.ttf",
    "images/prices-settings.png",
    "welcome.html",
    "welcome.js",
    "fonts/CircularStdLight.woff",
    "fonts/CircularStd.woff2"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "identity",
    "unlimitedStorage",
    "http://*/*",
    "https://*/*",
    "activeTab",
    "tabs",
    "storage",
    "cookies"
  ],
  "version": "0.9.45"
}