Folha Grátis

Acesso ilimitado ao site Folha de São Paulo.

Apa itu Folha Grátis?

Folha Grátis adalah ekstensi Chrome yang dikembangkan oleh Hugo Rezende, dan fitur utamanya adalah "Acesso ilimitado ao site Folha de São Paulo.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Folha Grátis

Unduh file ekstensi Folha Grátis dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Folha Grátis Folha Grátis
ID eaokgpjnifijoicnmjldjpekchljhbbp
URL Resmi https://chromewebstore.google.com/detail/folha-gr%C3%A1tis/eaokgpjnifijoicnmjldjpekchljhbbp
Deskripsi Acesso ilimitado ao site Folha de São Paulo.
Ukuran File 9.6 KB
Jumlah Instalasi 3,000
Versi Saat Ini 2.1
Terakhir Diperbarui 2022-07-29
Tanggal Publikasi 2018-08-01
Penilaian 4.67/5 Total 12 Penilaian
Pengembang Hugo Rezende
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}