TheLocal Unlimited
Read your favorite news for free.
Τι είναι το TheLocal Unlimited;
Το TheLocal Unlimited είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Oussama K., και η κύρια λειτουργία του είναι "Read your favorite news for free.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης TheLocal Unlimited
Λήψη αρχείων επέκτασης TheLocal Unlimited σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Read TheLocal articles for free without limits in any of TheLocal websites! This tool helps you overcome the 3 articles/day per ip address limit on thelocal and allows you to read unlimited articles. Just install the extension, keep reading thelocal.de, thelocal.fr, etc.. No more action needed, everything is taken care of for you! :) Please get in touch if you encounter any issue or see any room for improvement. This extension is open-sourced here - https://github.com/oussa/thelocal-unlimited
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | mlcdacmojapdkafeeocjcnddfheledde |
Επίσημο URL | https://chromewebstore.google.com/detail/thelocal-unlimited/mlcdacmojapdkafeeocjcnddfheledde |
Περιγραφή | Read your favorite news for free. |
Μέγεθος Αρχείου | 7.9 KB |
Αριθμός Εγκαταστάσεων | 63 |
Τρέχουσα Έκδοση | 1.1.0 |
Τελευταία Ενημέρωση | 2021-12-26 |
Ημερομηνία Δημοσίευσης | 2021-06-29 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | Oussama K. |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/oussa/thelocal-unlimited |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Read your favorite news for free.", "manifest_version": 2, "name": "TheLocal Unlimited", "version": "1.1.0", "homepage_url": "https:\/\/github.com\/oussa\/thelocal-unlimited", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.thelocal.at\/*", "*:\/\/*.thelocal.ch\/*", "*:\/\/*.thelocal.com\/*", "*:\/\/*.thelocal.de\/*", "*:\/\/*.thelocal.dk\/*", "*:\/\/*.thelocal.es\/*", "*:\/\/*.thelocal.fr\/*", "*:\/\/*.thelocal.it\/*", "*:\/\/*.thelocal.no\/*", "*:\/\/*.thelocal.se\/*" ], "css": [ "styles.css" ] } ] } |