PriceDrop - KSP price tracker

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

What is PriceDrop - KSP price tracker?

PriceDrop - KSP price tracker is a Chrome extension developed by https://pricedrop.co.il, and its main feature is "מעקב היסטוריית מחירים ב KSP - התוסף יציג בתוך עמוד המוצר את היסטוריית המחירים שלו מהרגע שעלה לאתר.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download PriceDrop - KSP price tracker Extension CRX File

Download PriceDrop - KSP price tracker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

מצאתם דיל מעולה ב KSP, הדרך היחידה לגלות באמת אם זה דיל שווה או סתם מחיר מנופח.

בעזרת התוסף תוכלו לגלות מה היה מחיר המוצר מהרגע שעלה לאתר, ולדעת אם המחיר באמת שווה או לא.

לא קונים ב KSP לפני שבודקים ב Pricedrop.                    

Extension Basic Information

Name PriceDrop - KSP price tracker PriceDrop - KSP price tracker
ID dnhjobakfagimkcckpboclgjjnloifga
Official URL https://chromewebstore.google.com/detail/pricedrop-ksp-price-track/dnhjobakfagimkcckpboclgjjnloifga
Description מעקב היסטוריית מחירים ב KSP - התוסף יציג בתוך עמוד המוצר את היסטוריית המחירים שלו מהרגע שעלה לאתר.
File Size 23.63 KB
Installation Count 1,286
Current Version 0.0.5
Last Updated 2022-10-15
Publish Date 2022-10-06
Rating 4.73/5 Total 15 Ratings
Developer https://pricedrop.co.il
Email [email protected]
Payment Type free
Extension Website https://pricedrop.co.il
Help Page URL https://pricedrop.co.il/extension
Supported Languages iw
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": "\u05de\u05e2\u05e7\u05d1 \u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d9\u05ea \u05de\u05d7\u05d9\u05e8\u05d9\u05dd \u05d1 KSP - \u05d4\u05ea\u05d5\u05e1\u05e3 \u05d9\u05e6\u05d9\u05d2 \u05d1\u05ea\u05d5\u05da \u05e2\u05de\u05d5\u05d3 \u05d4\u05de\u05d5\u05e6\u05e8 \u05d0\u05ea \u05d4\u05d9\u05e1\u05d8\u05d5\u05e8\u05d9\u05d9\u05ea \u05d4\u05de\u05d7\u05d9\u05e8\u05d9\u05dd \u05e9\u05dc\u05d5 \u05de\u05d4\u05e8\u05d2\u05e2 \u05e9\u05e2\u05dc\u05d4 \u05dc\u05d0\u05ea\u05e8.",
    "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\/*"
    ]
}