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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension gives you a free access to the Zen mode of all articles on lemonde.fr website."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में lemonde.fr, free access to articles एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Thanks to this extension, the articles reserved for the subscribers are accessible for free. No manipulation is necessary.
एक्सटेंशन की मूल जानकारी
नाम | |
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:\/\/*\/*" ] } |