Let Me Read That Article

Read that article you've always wanted

O que é Let Me Read That Article?

Let Me Read That Article é uma extensão do Chrome desenvolvida por https://craig1123.github.io, e sua principal característica é "Read that article you've always wanted".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Let Me Read That Article

Baixe arquivos de extensão Let Me Read That Article no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Let Me Read That Article Let Me Read That Article
ID bmdnpacffafhifoibkeajbacaapgcoih
URL Oficial https://chromewebstore.google.com/detail/let-me-read-that-article/bmdnpacffafhifoibkeajbacaapgcoih
Descrição Read that article you've always wanted
Tamanho do Arquivo 19.15 KB
Contagem de Instalações 3,925
Versão Atual 1.7
Última Atualização 2021-09-14
Data de Publicação 2018-12-01
Classificação 2.64/5 Total de 14 Avaliações
Desenvolvedor https://craig1123.github.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://craig1123.github.io/let-me-read-that-article/
Idiomas Suportados 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"
    ]
}