lemonde.fr, free access to articles

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

Wat is lemonde.fr, free access to articles?

lemonde.fr, free access to articles is een Chrome-extensie ontwikkeld door jonathan.giamporcaro, en de belangrijkste functie is "This extension gives you a free access to the Zen mode of all articles on lemonde.fr website.".

Download het CRX-bestand van de extensie lemonde.fr, free access to articles

Download lemonde.fr, free access to articles-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam lemonde.fr, free access to articles lemonde.fr, free access to articles
ID nbeeecoedflkhbehemlbljgkdcmgpcdc
Officiële URL https://chrome.google.com/webstore/detail/lemondefr-free-access-to/nbeeecoedflkhbehemlbljgkdcmgpcdc
Beschrijving This extension gives you a free access to the Zen mode of all articles on lemonde.fr website.
Bestandsgrootte 11.71 KB
Aantal Installaties 144
Huidige Versie 1.1
Laatst Bijgewerkt 2017-05-22
Publicatiedatum 2017-05-22
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar jonathan.giamporcaro
Betalingswijze free
Ondersteunde Talen 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:\/\/*\/*"
    ]
}