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
公式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:\/\/*\/*"
    ]
}