MonitorMarket

MonitorMarket

Реклама на Wildberries стала более прозрачной! Наш сервис позволяет видеть реальные рекламные ставки на WB по любым запросам.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "MonitorMarket",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "https://www.wildberries.ru/*"
      ],
      "js": [
        "myscript.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup.html"
  }
}