Let Me Read That Article

Read that article you've always wanted

Qu'est-ce que Let Me Read That Article ?

Let Me Read That Article est une extension Chrome développée par https://craig1123.github.io, et sa fonction principale est "Read that article you've always wanted".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Let Me Read That Article

Téléchargez les fichiers d'extension Let Me Read That Article au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Let Me Read That Article Let Me Read That Article
ID bmdnpacffafhifoibkeajbacaapgcoih
URL Officiel https://chromewebstore.google.com/detail/let-me-read-that-article/bmdnpacffafhifoibkeajbacaapgcoih
Description Read that article you've always wanted
Taille du Fichier 19.15 KB
Nombre d'Installations 3,925
Version Actuelle 1.7
Dernière Mise à Jour 2021-09-14
Date de Publication 2018-12-01
Évaluation 2.64/5 Total 14 Évaluations
Développeur https://craig1123.github.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://craig1123.github.io/let-me-read-that-article/
Langues Prises en Charge 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": [
        "",
        "cookies"
    ]
}