AnnotationsLeBonCoin
une extension pour masquer ou annoter des annonces sur LeBonCoin
What is AnnotationsLeBonCoin?
AnnotationsLeBonCoin is a Chrome extension developed by https://asmidio.com, and its main feature is "une extension pour masquer ou annoter des annonces sur LeBonCoin".
Extension Screenshots
Download AnnotationsLeBonCoin Extension CRX File
Download AnnotationsLeBonCoin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | AnnotationsLeBonCoin |
ID | bnmdelchgomjpijchfoccgpgokjmhpdf |
Official URL | https://chromewebstore.google.com/detail/annotationsleboncoin/bnmdelchgomjpijchfoccgpgokjmhpdf |
Description | une extension pour masquer ou annoter des annonces sur LeBonCoin |
File Size | 30.54 KB |
Installation Count | 34 |
Current Version | 1.3 |
Last Updated | 2021-04-22 |
Publish Date | 2020-10-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://asmidio.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://asmidio.com/privacy-policy |
Supported Languages | 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 } } |