lemonde.fr, free access to articles
This extension gives you a free access to the Zen mode of all articles on lemonde.fr website.
lemonde.fr, free access to articles là gì?
lemonde.fr, free access to articles là một tiện ích mở rộng Chrome được phát triển bởi jonathan.giamporcaro, và tính năng chính của nó là "This extension gives you a free access to the Zen mode of all articles on lemonde.fr website.".
Tải xuống tệp CRX của tiện ích mở rộng lemonde.fr, free access to articles
Tải xuống các tệp mở rộng lemonde.fr, free access to articles 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
Thanks to this extension, the articles reserved for the subscribers are accessible for free. No manipulation is necessary.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nbeeecoedflkhbehemlbljgkdcmgpcdc |
URL Chính Thức | https://chrome.google.com/webstore/detail/lemondefr-free-access-to/nbeeecoedflkhbehemlbljgkdcmgpcdc |
Mô tả | This extension gives you a free access to the Zen mode of all articles on lemonde.fr website. |
Kích Thước Tệp | 11.71 KB |
Số Lần Cài Đặt | 144 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2017-05-22 |
Ngày Phát Hành | 2017-05-22 |
Đánh Giá | 1.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | jonathan.giamporcaro |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "lemonde.fr, free access to articles", "short_name": "lemonde hack", "description": "This extension gives you a free access to the Zen mode of all articles on lemonde.fr website.", "version": "1.1", "version_name": "1.1, version stable", "offline_enabled": true, "icons": { "16": "icons\/icons16.png", "48": "icons\/icons48.png", "128": "icons\/icons128.png" }, "browser_action": { "default_title": "lemonde hack", "default_icon": { "19": "icons\/icons19.png", "38": "icons\/icons38.png" } }, "content_scripts": [ { "matches": [ "http:\/\/www.lemonde.fr\/*", "https:\/\/www.lemonde.fr\/*" ], "css": [ "main.css" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } |