lemonde.fr, free access to articles
This extension gives you a free access to the Zen mode of all articles on lemonde.fr website.
What is lemonde.fr, free access to articles?
lemonde.fr, free access to articles is a Chrome extension developed by jonathan.giamporcaro, and its main feature is "This extension gives you a free access to the Zen mode of all articles on lemonde.fr website.".
Download lemonde.fr, free access to articles Extension CRX File
Download lemonde.fr, free access to articles extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Thanks to this extension, the articles reserved for the subscribers are accessible for free. No manipulation is necessary.
Extension Basic Information
Name | |
ID | nbeeecoedflkhbehemlbljgkdcmgpcdc |
Official URL | https://chrome.google.com/webstore/detail/lemondefr-free-access-to/nbeeecoedflkhbehemlbljgkdcmgpcdc |
Description | This extension gives you a free access to the Zen mode of all articles on lemonde.fr website. |
File Size | 11.71 KB |
Installation Count | 144 |
Current Version | 1.1 |
Last Updated | 2017-05-22 |
Publish Date | 2017-05-22 |
Rating | 1.00/5 Total 2 Ratings |
Developer | jonathan.giamporcaro |
Payment Type | free |
Supported Languages | 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:\/\/*\/*" ] } |