Folha sem limites.

Remove o limite de reportagens do site da Folha.

What is Folha sem limites.?

Folha sem limites. is a Chrome extension developed by mauriciogior, and its main feature is "Remove o limite de reportagens do site da Folha.".

Download Folha sem limites. Extension CRX File

Download Folha sem limites. 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

                        v1.1
Agora funciona em todas as páginas.

Extensão feita para remover o limite ridículo de 10 reportagens por mês da Folha de São Paulo.

Enjoy!                    

Extension Basic Information

Name Folha sem limites. Folha sem limites.
ID hofankffppoiedhjacdkfbbmkjihlhgh
Official URL https://chrome.google.com/webstore/detail/folha-sem-limites/hofankffppoiedhjacdkfbbmkjihlhgh
Description Remove o limite de reportagens do site da Folha.
File Size 7.69 KB
Installation Count 73
Current Version 1.1
Last Updated 2014-06-20
Publish Date 2014-06-20
Rating 3.50/5 Total 8 Ratings
Developer mauriciogior
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Folha sem limites.",
    "description": "Remove o limite de reportagens do site da Folha.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.folha.uol.com.br\/*"
            ],
            "css": [
                "folhafree.css"
            ],
            "js": [
                "background.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "icon.jpg"
    },
    "version": "1.1",
    "minimum_chrome_version": "9",
    "manifest_version": 2
}