Njuskalo Extended

Chrome extension to enhance njuskalo.hr with price history

Njuskalo Extended क्या है?

Njuskalo Extended darem966 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome extension to enhance njuskalo.hr with price history"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Njuskalo Extended एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        An extension for njuskalo.hr that allows you to view the price history of individual ads.

How does it work:
- When a user visits a category on njuskalo.hr that contains a valid ad, the extension will track the price on the current date for that particular ad by saving it locally on the user's machine.
- If the price has changed, the user could see the price history by clicking on the price button (shown as "€") in the ad slot.
- After clicking the button, a window appears showing the price change for a particular ad (see screenshots of the extension).

What this extension does NOT do:
- Interact with external services
- Keep track of user data, all data stored is used for the functionality of the extension and is completely local to the user's machine.

Note: Njuskalo Extended is developed independently, and is not officially endorsed by or affiliated with njuskalo.hr. It is a free extension that enhances the experience on njuskalo.hr adding useful and improving existing features.                    

एक्सटेंशन की मूल जानकारी

नाम Njuskalo Extended Njuskalo Extended
ID pafeplpiihjcpchfbjlobokekhcommcl
आधिकारिक URL https://chromewebstore.google.com/detail/njuskalo-extended/pafeplpiihjcpchfbjlobokekhcommcl
विवरण Chrome extension to enhance njuskalo.hr with price history
फ़ाइल का आकार 33.04 KB
स्थापना संख्या 146
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2021-05-16
प्रकाशन तिथि 2021-05-16
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर darem966
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ hr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Njuskalo Extended",
    "description": "Chrome extension to enhance njuskalo.hr with price history",
    "version": "0.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "extension.js"
            ],
            "matches": [
                "https:\/\/www.njuskalo.hr\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}