lemonde.fr, free access to articles

This extension gives you a free access to the Zen mode of all articles on lemonde.fr website.

Was ist lemonde.fr, free access to articles?

lemonde.fr, free access to articles ist eine Chrome-Erweiterung, die von jonathan.giamporcaro entwickelt wurde, und ihr Hauptmerkmal ist "This extension gives you a free access to the Zen mode of all articles on lemonde.fr website.".

lemonde.fr, free access to articles-Erweiterungs-CRX-Datei herunterladen

Laden Sie lemonde.fr, free access to articles-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Thanks to this extension, the articles reserved for the subscribers are accessible for free. No manipulation is necessary.                    

Grundlegende Informationen zur Erweiterung

Name lemonde.fr, free access to articles lemonde.fr, free access to articles
ID nbeeecoedflkhbehemlbljgkdcmgpcdc
Offizielle URL https://chrome.google.com/webstore/detail/lemondefr-free-access-to/nbeeecoedflkhbehemlbljgkdcmgpcdc
Beschreibung This extension gives you a free access to the Zen mode of all articles on lemonde.fr website.
Dateigröße 11.71 KB
Installationsanzahl 144
Aktuelle Version 1.1
Letztes Update 2017-05-22
Veröffentlichungsdatum 2017-05-22
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler jonathan.giamporcaro
Zahlungsart free
Unterstützte Sprachen 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:\/\/*\/*"
    ]
}