AnnotationsLeBonCoin
une extension pour masquer ou annoter des annonces sur LeBonCoin
Wat is AnnotationsLeBonCoin?
AnnotationsLeBonCoin is een Chrome-extensie ontwikkeld door https://asmidio.com, en de belangrijkste functie is "une extension pour masquer ou annoter des annonces sur LeBonCoin".
Extensie Screenshots
Download het CRX-bestand van de extensie AnnotationsLeBonCoin
Download AnnotationsLeBonCoin-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | AnnotationsLeBonCoin |
ID | bnmdelchgomjpijchfoccgpgokjmhpdf |
Officiële URL | https://chromewebstore.google.com/detail/annotationsleboncoin/bnmdelchgomjpijchfoccgpgokjmhpdf |
Beschrijving | une extension pour masquer ou annoter des annonces sur LeBonCoin |
Bestandsgrootte | 30.54 KB |
Aantal Installaties | 34 |
Huidige Versie | 1.3 |
Laatst Bijgewerkt | 2021-04-22 |
Publicatiedatum | 2020-10-13 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://asmidio.com |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://asmidio.com/privacy-policy |
Ondersteunde Talen | 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 } } |