Folha Grátis

Acesso ilimitado ao site Folha de São Paulo.

Was ist Folha Grátis?

Folha Grátis ist eine Chrome-Erweiterung, die von Hugo Rezende entwickelt wurde, und ihr Hauptmerkmal ist "Acesso ilimitado ao site Folha de São Paulo.".

Erweiterungsscreenshots

screenshot

Folha Grátis-Erweiterungs-CRX-Datei herunterladen

Laden Sie Folha Grátis-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Não seja impedido de ler conteúdos do site da Folha de São Paulo. Não é necessario o cadastro ou ter que pagar para ler conteúdos. Essa extensão habilita leitura das matérias que são exclusivas para assinantes e cadastrados.                    

Grundlegende Informationen zur Erweiterung

Name Folha Grátis Folha Grátis
ID eaokgpjnifijoicnmjldjpekchljhbbp
Offizielle URL https://chromewebstore.google.com/detail/folha-gr%C3%A1tis/eaokgpjnifijoicnmjldjpekchljhbbp
Beschreibung Acesso ilimitado ao site Folha de São Paulo.
Dateigröße 9.6 KB
Installationsanzahl 3,000
Aktuelle Version 2.1
Letztes Update 2022-07-29
Veröffentlichungsdatum 2018-08-01
Bewertung 4.67/5 Insgesamt 12 Bewertungen
Entwickler Hugo Rezende
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen pt-BR
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.folha.uol.com.br\/*"
            ],
            "css": [],
            "js": [
                "script.js"
            ]
        }
    ],
    "description": "Acesso ilimitado ao site Folha de S\u00e3o Paulo.",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 2,
    "name": "Folha Gr\u00e1tis",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www1.folha.uol.com.br\/folha\/furniture\/paywall\/*",
        "https:\/\/static.folha.uol.com.br\/paywall\/js\/*",
        "https:\/\/static.folha.uol.com.br\/library\/propensity\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1"
}