Scalper Fighter

Scalper Fighter

extension desc

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Scalper Fighter",
  "description": "extension desc",
  "version": "1.3",
  "icons": {
    "1500": "assets/PTProductionsBot.png"
  },
  "browser_action": {
    "default_icon": "assets/PTProductionsBot.png",
    "default_title": "Auto Bot",
    "default_popup": "index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.bestbuy.com/*",
        "https://*.bestbuy.ca/*",
        "https://*.amazon.com/*",
        "https://*.amazon.com/*",
        "https://*.amazon.ca/*",
        "https://*.amazon.ca/*",
        "https://*.newegg.ca/*",
        "https://*.newegg.com/*",
        "https://*.memoryexpress.com/*"
      ],
      "js": [
        "assets/content/index.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "assets/background/index.js"
    ],
    "persistent": false
  },
  "permissions": [
    "background"
  ],
  "content_security_policy": " script-src 'self' https://www.googletagmanager.com/gtag/js https://js.stripe.com/v3/ 'unsafe-eval'; object-src 'self';"
}