Leboncoin Plus
Ajoute des informations importantes aux annonces sur Leboncoin
什么是Leboncoin Plus?
Leboncoin Plus是由Imowt开发的Chrome扩展程序,该扩展的主要功能是“Ajoute des informations importantes aux annonces sur Leboncoin”。
扩展截图
下载Leboncoin Plus扩展crx文件
下载Leboncoin Plus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- la date de première publication
- l'ancien prix
Et d'autres informations sur l'immobilier 扩展基本信息
| 名称 | |
| ID | anffbjcnccdppeebnhmdpfifchjjjmgc |
| 官方URL | https://chromewebstore.google.com/detail/leboncoin-plus/anffbjcnccdppeebnhmdpfifchjjjmgc |
| 简介 | Ajoute des informations importantes aux annonces sur Leboncoin |
| 文件大小 | 17.94 KB |
| 安装次数 | 78 |
| 当前版本 | 1.4 |
| 更新时间 | 2024-02-05 |
| 上架时间 | 2023-11-29 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Imowt |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Leboncoin Plus",
"version": "1.4",
"description": "Ajoute des informations importantes aux annonces sur Leboncoin",
"permissions": [],
"action": {
"default_icon": "icon.png"
},
"icons": {
"48": "icon.png"
},
"content_scripts": [
{
"world": "MAIN",
"matches": [
"https:\/\/www.leboncoin.fr\/*"
],
"js": [
"enriched.js"
],
"run_at": "document_start"
}
]
} | |