Spy Drop - Fiyat Takip

Spy Drop - Fiyat Takip

Fiyatları takip edip, indirimli fırsat ürünlerini yakalar.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Spy Drop - Fiyat Takip",
  "short_name": "Spy Drop",
  "description": "Fiyatları takip edip, indirimli fırsat ürünlerini yakalar.",
  "version": "1.1.6",
  "author": "Hasan Yılmaz",
  "homepage_url": "https://www.spydrop.app",
  "manifest_version": 2,
  "icons": {
    "16": "assets/icon16.png",
    "32": "assets/icon32.png",
    "48": "assets/icon48.png",
    "128": "assets/icon128.png"
  },
  "browser_action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "assets/icon16.png",
      "32": "assets/icon32.png",
      "48": "assets/icon48.png",
      "128": "assets/icon128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.spydrop.app/*",
        "http://*.localhost:8080/*"
      ],
      "js": [
        "cs.js"
      ]
    },
    {
      "matches": [
        "https://*.amazon.com.tr/*"
      ],
      "js": [
        "amz.js"
      ]
    },
    {
      "matches": [
        "https://*.hepsiburada.com/*"
      ],
      "js": [
        "hb.js"
      ]
    },
    {
      "matches": [
        "https://*.trendyol.com/*"
      ],
      "js": [
        "trnd.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "clipboardWrite",
    "https://www.googleapis.com/*",
    "https://*.spydrop.app/*",
    "https://*.amazon.com/*",
    "https://*.amazon.co.uk/*",
    "https://*.amazon.ca/*",
    "https://*.amazon.co.jp/*",
    "https://*.amazon.cn/*",
    "https://*.amazon.com.au/*",
    "https://*.amazon.de/*",
    "https://*.amazon.fr/*",
    "https://*.amazon.es/*",
    "https://*.amazon.it/*",
    "https://*.amazon.com.tr/*",
    "https://*.vatanbilgisayar.com/*",
    "https://*.inventus.com.tr/*",
    "https://*.webdenal.com/*",
    "https://*.incehesap.com/*",
    "https://*.teknosa.com/*",
    "https://*.joker.com.tr/*",
    "https://*.teknobiyotik.com/*",
    "https://*.qp.com.tr/*",
    "https://*.sinerji.gen.tr/*",
    "https://*.e-bebek.com/*",
    "https://*.flo.com.tr/*",
    "https://*.tekzen.com.tr/*",
    "https://*.carrefoursa.com/*",
    "https://*.hepsiburada.com/*",
    "https://*.mediamarkt.com.tr/*",
    "https://*.migros.com.tr/*",
    "https://*.itopya.com/*",
    "https://*.trendyol.com/*"
  ],
  "optional_permissions": [
    "declarativeContent"
  ],
  "options_ui": {
    "page": "options/options.html",
    "chrome_style": true
  }
}