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 هو إضافة Chrome تم تطويرها بواسطة jonathan.giamporcaro، والميزة الرئيسية لها هي "This extension gives you a free access to the Zen mode of all articles on lemonde.fr website.".

تحميل ملف CRX للإضافة lemonde.fr, free access to articles

قم بتنزيل ملفات الامتداد lemonde.fr, free access to articles بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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