Leboncoin Plus
Ajoute des informations importantes aux annonces sur Leboncoin
Co to jest Leboncoin Plus?
Leboncoin Plus to rozszerzenie Chrome opracowane przez Imowt, a jego główną funkcją jest „Ajoute des informations importantes aux annonces sur Leboncoin”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Leboncoin Plus
Pobierz pliki rozszerzeń Leboncoin Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
- la date de première publication
- l'ancien prix
Et d'autres informations sur l'immobilier Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | anffbjcnccdppeebnhmdpfifchjjjmgc |
| Oficjalny URL | https://chromewebstore.google.com/detail/leboncoin-plus/anffbjcnccdppeebnhmdpfifchjjjmgc |
| Opis | Ajoute des informations importantes aux annonces sur Leboncoin |
| Rozmiar pliku | 17.94 KB |
| Liczba instalacji | 78 |
| Aktualna Wersja | 1.4 |
| Ostatnia Aktualizacja | 2024-02-05 |
| Data Publikacji | 2023-11-29 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | Imowt |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
]
} | |