AnnotationsLeBonCoin
une extension pour masquer ou annoter des annonces sur LeBonCoin
什么是AnnotationsLeBonCoin?
AnnotationsLeBonCoin是由https://asmidio.com开发的Chrome扩展程序,该扩展的主要功能是“une extension pour masquer ou annoter des annonces sur LeBonCoin”。
扩展截图
下载AnnotationsLeBonCoin扩展crx文件
下载AnnotationsLeBonCoin扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | AnnotationsLeBonCoin |
ID | bnmdelchgomjpijchfoccgpgokjmhpdf |
官方URL | https://chromewebstore.google.com/detail/annotationsleboncoin/bnmdelchgomjpijchfoccgpgokjmhpdf |
简介 | une extension pour masquer ou annoter des annonces sur LeBonCoin |
文件大小 | 30.54 KB |
安装次数 | 34 |
当前版本 | 1.3 |
更新时间 | 2021-04-22 |
上架时间 | 2020-10-13 |
评分 | 5.00/5 共1次评分 |
开发者 | https://asmidio.com |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://asmidio.com/privacy-policy |
支持的语言 | 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 } } |