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.                    

擴展基本資訊

名稱 lemonde.fr, free access to articles lemonde.fr, free access to articles
ID nbeeecoedflkhbehemlbljgkdcmgpcdc
官方網址 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:\/\/*\/*"
    ]
}