Inspect and view changes in Estimation Française (Beta) source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"update_url": "https://clients2.google.com/service/update2/crx",
"name": "Estimation Française (Beta)",
"description": "Estimation immobilière en ligne, estimation en temps réel des annonces de leboncoin.fr. À utiliser à titre indicatif uniquement.",
"version": "1.0.2",
"manifest_version": 3,
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"permissions": [
"webRequest"
],
"host_permissions": [
"https://www.leboncoin.fr/*",
"https://api.leboncoin.fr/*"
],
"content_scripts": [
{
"matches": [
"https://*.leboncoin.fr/*"
],
"run_at": "document_end",
"js": [
"/content_scripts/lbc.js"
]
}
]
}