AnnotationsLeBonCoin
une extension pour masquer ou annoter des annonces sur LeBonCoin
Co to jest AnnotationsLeBonCoin?
AnnotationsLeBonCoin to rozszerzenie Chrome opracowane przez https://asmidio.com, a jego główną funkcją jest „une extension pour masquer ou annoter des annonces sur LeBonCoin”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia AnnotationsLeBonCoin
Pobierz pliki rozszerzeń AnnotationsLeBonCoin 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
Gagnez du temps lors de vos recherches sur LeBonCoin !
- Masquez les annonces qui ne vous intéressent pas
- Ajoutez vos propres notes directement sur l'annonce
Les données sont synchronisées automatiquement sur tous vos appareils Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | bnmdelchgomjpijchfoccgpgokjmhpdf |
| Oficjalny URL | https://chromewebstore.google.com/detail/annotationsleboncoin/bnmdelchgomjpijchfoccgpgokjmhpdf |
| Opis | une extension pour masquer ou annoter des annonces sur LeBonCoin |
| Rozmiar pliku | 30.54 KB |
| Liczba instalacji | 34 |
| Aktualna Wersja | 1.3 |
| Ostatnia Aktualizacja | 2021-04-22 |
| Data Publikacji | 2020-10-13 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://asmidio.com |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://asmidio.com/privacy-policy |
| Obsługiwane Języki | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "AnnotationsLeBonCoin",
"version": "1.3",
"description": "une extension pour masquer ou annoter des annonces sur LeBonCoin",
"icons": {
"48": "icons\/icon-48.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/www.leboncoin.fr\/*"
],
"js": [
"browser-polyfill.min.js",
"expert.min.js"
],
"css": [
"expert.css"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version2": "57.0"
}
},
"permissions": [
"storage"
],
"web_accessible_resources": [
"images\/hide.png",
"images\/note.png"
],
"options_ui": {
"page": "options.html",
"browser_style": true
}
} | |