Folha Unlimited
Acesso ilimitado ao site Folha de São Paulo.
Wat is Folha Unlimited?
Folha Unlimited is een Chrome-extensie ontwikkeld door https://danielkoleski.com.br, en de belangrijkste functie is "Acesso ilimitado ao site Folha de São Paulo.".
Extensie Screenshots
Download het CRX-bestand van de extensie Folha Unlimited
Download Folha Unlimited-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
Folha Unlimited para Chrome! Bloqueia a mensagem de acesso restrito a assinantes. Funciona automaticamente: basta clicar em "Adicionar ao Chrome", então visite o site favorito e leia todas as notícias sem limites.
Basisinformatie over de Extensie
Naam | Folha Unlimited |
ID | oldffmeomnidgignppgdieijphbklial |
Officiële URL | https://chromewebstore.google.com/detail/folha-unlimited/oldffmeomnidgignppgdieijphbklial |
Beschrijving | Acesso ilimitado ao site Folha de São Paulo. |
Bestandsgrootte | 17.14 KB |
Aantal Installaties | 108 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-01-15 |
Publicatiedatum | 2014-01-15 |
Beoordeling | 2.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | https://danielkoleski.com.br |
Betalingswijze | free |
Extensiewebsite | http://danielkoleski.com.br/folha-unlimited/ |
Ondersteunde Talen | pt-BR |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Folha Unlimited", "version": "1.0", "description": "Acesso ilimitado ao site Folha de S\u00e3o Paulo.", "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*.folha.uol.com.br\/*", "https:\/\/*.folha.uol.com.br\/*", "http:\/\/*.blogfolha.uol.com.br\/*", "https:\/\/*.blogfolha.uol.com.br\/*" ], "js": [ "content.js" ] } ], "page_action": { "default_icon": "img\/logo-19.png", "default_title": "Folha Unlimited - by Daniel Koleski" }, "permissions": [ "tabs" ], "icons": { "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "manifest_version": 2 } |