PriceDrop - KSP price tracker

PriceDrop - KSP price tracker

מעקב היסטוריית מחירים ב KSP - התוסף יציג בתוך עמוד המוצר את היסטוריית המחירים שלו מהרגע שעלה לאתר.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.00ac8b83.png",
    "32": "icon32.9ad0c5b6.png",
    "48": "icon48.cae3a6b3.png",
    "64": "icon64.e4b604fc.png",
    "128": "icon128.b89b7dfa.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.00ac8b83.png",
      "32": "icon32.9ad0c5b6.png",
      "48": "icon48.cae3a6b3.png",
      "64": "icon64.e4b604fc.png",
      "128": "icon128.b89b7dfa.png"
    }
  },
  "version": "0.0.5",
  "author": "twentylives",
  "name": "PriceDrop - KSP price tracker",
  "description": "מעקב היסטוריית מחירים ב KSP - התוסף יציג בתוך עמוד המוצר את היסטוריית המחירים שלו מהרגע שעלה לאתר.",
  "permissions": [],
  "content_scripts": [
    {
      "matches": [
        "https://*.ksp.co.il/*"
      ],
      "js": [
        "content.62a5b9ec.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "css": []
    }
  ],
  "host_permissions": [
    "https://*.ksp.co.il/*"
  ]
}