AnnotationsLeBonCoin
une extension pour masquer ou annoter des annonces sur LeBonCoin
Was ist AnnotationsLeBonCoin?
AnnotationsLeBonCoin ist eine Chrome-Erweiterung, die von https://asmidio.com entwickelt wurde, und ihr Hauptmerkmal ist "une extension pour masquer ou annoter des annonces sur LeBonCoin".
Erweiterungsscreenshots
AnnotationsLeBonCoin-Erweiterungs-CRX-Datei herunterladen
Laden Sie AnnotationsLeBonCoin-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | AnnotationsLeBonCoin |
ID | bnmdelchgomjpijchfoccgpgokjmhpdf |
Offizielle URL | https://chromewebstore.google.com/detail/annotationsleboncoin/bnmdelchgomjpijchfoccgpgokjmhpdf |
Beschreibung | une extension pour masquer ou annoter des annonces sur LeBonCoin |
Dateigröße | 30.54 KB |
Installationsanzahl | 34 |
Aktuelle Version | 1.3 |
Letztes Update | 2021-04-22 |
Veröffentlichungsdatum | 2020-10-13 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://asmidio.com |
[email protected] | |
Zahlungsart | free |
URL der Datenschutzrichtlinien-Seite | https://asmidio.com/privacy-policy |
Unterstützte Sprachen | 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 } } |