Leitura Livre

Extensão para ler de graça os sites de notícia

What is Leitura Livre?

Leitura Livre is a Chrome extension developed by diofeher, and its main feature is "Extensão para ler de graça os sites de notícia".

Extension Screenshots

screenshot

Download Leitura Livre Extension CRX File

Download Leitura Livre extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extensão permite ler os sites de notícia de graça.                    

Extension Basic Information

Name Leitura Livre Leitura Livre
ID kapioaafnijgfgoleainklgocmebaecm
Official URL https://chromewebstore.google.com/detail/leitura-livre/kapioaafnijgfgoleainklgocmebaecm
Description Extensão para ler de graça os sites de notícia
File Size 5.24 KB
Installation Count 53
Current Version 0.0.1
Last Updated 2020-04-07
Publish Date 2020-04-06
Rating 5.00/5 Total 1 Ratings
Developer diofeher
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.0.1",
    "name": "Leitura Livre",
    "description": "Extens\u00e3o para ler de gra\u00e7a os sites de not\u00edcia",
    "author": "diofeher",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.estadao.com.br\/*",
                "https:\/\/*.oglobo.globo.com\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}