AnnotationsLeBonCoin
une extension pour masquer ou annoter des annonces sur LeBonCoin
Co je AnnotationsLeBonCoin?
AnnotationsLeBonCoin je rozšíření Chrome vyvinuté https://asmidio.com, a jeho hlavní funkcí je „une extension pour masquer ou annoter des annonces sur LeBonCoin“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření AnnotationsLeBonCoin
Stáhněte si soubory rozšíření AnnotationsLeBonCoin ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | AnnotationsLeBonCoin |
ID | bnmdelchgomjpijchfoccgpgokjmhpdf |
Oficiální URL | https://chromewebstore.google.com/detail/annotationsleboncoin/bnmdelchgomjpijchfoccgpgokjmhpdf |
Popis | une extension pour masquer ou annoter des annonces sur LeBonCoin |
Velikost souboru | 30.54 KB |
Počet instalací | 34 |
Aktuální Verze | 1.3 |
Poslední Aktualizace | 2021-04-22 |
Datum Vydání | 2020-10-13 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://asmidio.com |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://asmidio.com/privacy-policy |
Podporované Jazyky | 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 } } |