Figaro Unlock
Enleve les bannieres anti bloqueur de publicite du Figaro / Le Point / Marie Claire / L'Equipe / L'Express
Figaro Unlock là gì?
Figaro Unlock là một tiện ích mở rộng Chrome được phát triển bởi martin.smeeckaert, và tính năng chính của nó là "Enleve les bannieres anti bloqueur de publicite du Figaro / Le Point / Marie Claire / L'Equipe / L'Express".
Ả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 Figaro Unlock
Tải xuống các tệp mở rộng Figaro Unlock 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
Enleve les bannieres anti bloqueur de publicite du Figaro / Le Point / Marie Claire / L'Equipe / L'Express Sources: https://github.com/smeeckaert/figaro-unlock
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Figaro Unlock |
ID | fbjlodckbpladpnhodndlcagnnedomgn |
URL Chính Thức | https://chromewebstore.google.com/detail/figaro-unlock/fbjlodckbpladpnhodndlcagnnedomgn |
Mô tả | Enleve les bannieres anti bloqueur de publicite du Figaro / Le Point / Marie Claire / L'Equipe / L'Express |
Kích Thước Tệp | 102 KB |
Số Lần Cài Đặt | 72 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2016-11-28 |
Ngày Phát Hành | 2016-11-28 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | martin.smeeckaert |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/smeeckaert/figaro-unlock |
URL Trang Trợ Giúp | https://github.com/smeeckaert/figaro-unlock/issues |
Ngôn Ngữ Được Hỗ Trợ | fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Figaro Unlock", "description": "Enleve les bannieres anti bloqueur de publicite du Figaro \/ Le Point \/ Marie Claire \/ L'Equipe \/ L'Express", "version": "1.0.2", "icons": { "16": "data\/images\/icon-16.png", "48": "data\/images\/icon-48.png", "128": "data\/images\/icon-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.lefigaro.fr\/*", "https:\/\/*.lefigaro.fr\/*", "http:\/\/*.lepoint.fr\/*", "https:\/\/*.lepoint.fr\/*", "http:\/\/*.marieclaire.fr\/*", "https:\/\/*.marieclaire.fr\/*", "http:\/\/*.lequipe.fr\/*", "https:\/\/*.lequipe.fr\/*", "http:\/\/*.lexpress.fr\/*", "https:\/\/*.lexpress.fr\/*" ], "css": [ "data\/style\/content.css" ], "js": [ "data\/script\/content.js" ], "run_at": "document_start" } ], "permissions": [ "http:\/\/*.lefigaro.fr\/*", "https:\/\/*.lefigaro.fr\/*", "http:\/\/*.lepoint.fr\/*", "https:\/\/*.lepoint.fr\/*", "http:\/\/*.marieclaire.fr\/*", "https:\/\/*.marieclaire.fr\/*", "http:\/\/*.lequipe.fr\/*", "https:\/\/*.lequipe.fr\/*", "http:\/\/*.lexpress.fr\/*", "https:\/\/*.lexpress.fr\/*" ] } |