Item Price History - LeBonCoin

Afficher de l'ancien prix de vente d'un article sur le site LeBonCoin ainsi que sa date de mise en ligne

What is Item Price History - LeBonCoin?

Item Price History - LeBonCoin is a Chrome extension developed by OptiPanda, and its main feature is "Afficher de l'ancien prix de vente d'un article sur le site LeBonCoin ainsi que sa date de mise en ligne".

Extension Screenshots

screenshot
screenshot
screenshot

Download Item Price History - LeBonCoin Extension CRX File

Download Item Price History - LeBonCoin 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

                        Extension permettant d'afficher sur le site LeBonCoin quand une baisse de prix est signalée :
- L'ancien prix de vente d'un article
- La date d'origine de l'annonce                    

Extension Basic Information

Name Item Price History - LeBonCoin Item Price History - LeBonCoin
ID fcidkhdnnclgekjnmgpohmejgpfanpdj
Official URL https://chromewebstore.google.com/detail/item-price-history-lebonc/fcidkhdnnclgekjnmgpohmejgpfanpdj
Description Afficher de l'ancien prix de vente d'un article sur le site LeBonCoin ainsi que sa date de mise en ligne
File Size 20.36 KB
Installation Count 148
Current Version 2.1.2.38
Last Updated 2024-02-02
Publish Date 2023-10-05
Rating 5.00/5 Total 4 Ratings
Developer OptiPanda
Email [email protected]
Payment Type free
Extension Website https://github.com/OptiPanda/lbc_old_price
Help Page URL https://github.com/OptiPanda/lbc_old_price
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Item Price History - LeBonCoin",
    "version": "2.1.2.38",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        "*:\/\/*.leboncoin.fr\/*"
    ],
    "description": "Afficher de l'ancien prix de vente d'un article sur le site LeBonCoin ainsi que sa date de mise en ligne",
    "homepage_url": "https:\/\/github.com\/OptiPanda\/lbc_old_price",
    "icons": {
        "48": "icons\/icon48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.leboncoin.fr\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ]
}