Let Me Read That Article
Read that article you've always wanted
Τι είναι το Let Me Read That Article;
Το Let Me Read That Article είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://craig1123.github.io, και η κύρια λειτουργία του είναι "Read that article you've always wanted".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Let Me Read That Article
Λήψη αρχείων επέκτασης Let Me Read That Article σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Do you hate it when you want to read an article ad free, but the website says, "looks like you're using an ad-blocker"? Or when you have a limited number of reads on a news website until you have to subscribe? Same here, so here's an extension that will intercept those annoying popups and let you read that article. There are millions of websites and it's impossible to know them all. So if you have any other website that needs bypassing, please let me know in the support section.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Let Me Read That Article |
ID | bmdnpacffafhifoibkeajbacaapgcoih |
Επίσημο URL | https://chromewebstore.google.com/detail/let-me-read-that-article/bmdnpacffafhifoibkeajbacaapgcoih |
Περιγραφή | Read that article you've always wanted |
Μέγεθος Αρχείου | 19.15 KB |
Αριθμός Εγκαταστάσεων | 3,925 |
Τρέχουσα Έκδοση | 1.7 |
Τελευταία Ενημέρωση | 2021-09-14 |
Ημερομηνία Δημοσίευσης | 2018-12-01 |
Αξιολόγηση | 2.64/5 Συνολικά 14 Αξιολογήσεις |
Προγραμματιστής | https://craig1123.github.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://craig1123.github.io/let-me-read-that-article/ |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Craig Walker", "manifest_version": 2, "name": "Let Me Read That Article", "short_name": "LMRTA", "description": "Read that article you've always wanted", "version": "1.7", "background": { "scripts": [ "background.js" ] }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.businessinsider.com\/*", "https:\/\/www.sltrib.com\/*", "https:\/\/www.nytimes.com\/*", "https:\/\/www.medium.com\/*", "https:\/\/medium.com\/*", "https:\/\/www.cnbc.com\/*", "https:\/\/www.bloomberg.com\/*", "https:\/\/www.telegraph.co.uk\/*", "https:\/\/www.sfchronicle.com\/*", "https:\/\/heraldcourier.com\/*", "https:\/\/www.orlandosentinel.com\/*" ], "js": [ "content.js" ] } ], "permissions": [ " |