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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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:\/\/*\/*"
    ]
}