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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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:\/\/*\/*" ] } |