Folha Grátis
Acesso ilimitado ao site Folha de São Paulo.
Wat is Folha Grátis?
Folha Grátis is een Chrome-extensie ontwikkeld door Hugo Rezende, en de belangrijkste functie is "Acesso ilimitado ao site Folha de São Paulo.".
Extensie Screenshots
Download het CRX-bestand van de extensie Folha Grátis
Download Folha Grátis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Folha Grátis |
ID | eaokgpjnifijoicnmjldjpekchljhbbp |
Officiële URL | https://chromewebstore.google.com/detail/folha-gr%C3%A1tis/eaokgpjnifijoicnmjldjpekchljhbbp |
Beschrijving | Acesso ilimitado ao site Folha de São Paulo. |
Bestandsgrootte | 9.6 KB |
Aantal Installaties | 3,000 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2022-07-29 |
Publicatiedatum | 2018-08-01 |
Beoordeling | 4.67/5 Totaal 12 Beoordelingen |
Ontwikkelaar | Hugo Rezende |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |