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?
lemonde.fr, free access to articles是由jonathan.giamporcaro开发的Chrome扩展程序,该扩展的主要功能是“This extension gives you a free access to the Zen mode of all articles on lemonde.fr website.”。
下载lemonde.fr, free access to articles扩展crx文件
下载lemonde.fr, free access to articles扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Thanks to this extension, the articles reserved for the subscribers are accessible for free. No manipulation is necessary.
扩展基本信息
名称 | |
ID | nbeeecoedflkhbehemlbljgkdcmgpcdc |
官方URL | https://chrome.google.com/webstore/detail/lemondefr-free-access-to/nbeeecoedflkhbehemlbljgkdcmgpcdc |
简介 | This extension gives you a free access to the Zen mode of all articles on lemonde.fr website. |
文件大小 | 11.71 KB |
安装次数 | 144 |
当前版本 | 1.1 |
更新时间 | 2017-05-22 |
上架时间 | 2017-05-22 |
评分 | 1.00/5 共2次评分 |
开发者 | jonathan.giamporcaro |
付费类型 | free |
支持的语言 | 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:\/\/*\/*" ] } |