AnnotationsLeBonCoin
une extension pour masquer ou annoter des annonces sur LeBonCoin
AnnotationsLeBonCoin là gì?
AnnotationsLeBonCoin là một tiện ích mở rộng Chrome được phát triển bởi https://asmidio.com, và tính năng chính của nó là "une extension pour masquer ou annoter des annonces sur LeBonCoin".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AnnotationsLeBonCoin
Tải xuống các tệp mở rộng AnnotationsLeBonCoin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | AnnotationsLeBonCoin |
ID | bnmdelchgomjpijchfoccgpgokjmhpdf |
URL Chính Thức | https://chromewebstore.google.com/detail/annotationsleboncoin/bnmdelchgomjpijchfoccgpgokjmhpdf |
Mô tả | une extension pour masquer ou annoter des annonces sur LeBonCoin |
Kích Thước Tệp | 30.54 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2021-04-22 |
Ngày Phát Hành | 2020-10-13 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://asmidio.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://asmidio.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |