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

什么是Item Price History - LeBonCoin?

Item Price History - LeBonCoin是由OptiPanda开发的Chrome扩展程序,该扩展的主要功能是“Afficher de l'ancien prix de vente d'un article sur le site LeBonCoin ainsi que sa date de mise en ligne”。

扩展截图

screenshot
screenshot
screenshot

下载Item Price History - LeBonCoin扩展crx文件

下载Item Price History - LeBonCoin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Item Price History - LeBonCoin Item Price History - LeBonCoin
ID fcidkhdnnclgekjnmgpohmejgpfanpdj
官方URL https://chromewebstore.google.com/detail/item-price-history-lebonc/fcidkhdnnclgekjnmgpohmejgpfanpdj
简介 Afficher de l'ancien prix de vente d'un article sur le site LeBonCoin ainsi que sa date de mise en ligne
文件大小 20.36 KB
安装次数 148
当前版本 2.1.2.38
更新时间 2024-02-02
上架时间 2023-10-05
评分 5.00/5 共4次评分
开发者 OptiPanda
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/OptiPanda/lbc_old_price
帮助页面URL https://github.com/OptiPanda/lbc_old_price
支持的语言 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"
            ]
        }
    ]
}