Folha Grátis

Acesso ilimitado ao site Folha de São Paulo.

Folha Grátis란 무엇입니까?

Folha Grátis은(는) Hugo Rezende에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Acesso ilimitado ao site Folha de São Paulo."입니다.

확장 프로그램 스크린샷

screenshot

Folha Grátis 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Folha Grátis Folha Grátis
ID eaokgpjnifijoicnmjldjpekchljhbbp
공식 URL https://chromewebstore.google.com/detail/folha-gr%C3%A1tis/eaokgpjnifijoicnmjldjpekchljhbbp
설명 Acesso ilimitado ao site Folha de São Paulo.
파일 크기 9.6 KB
설치 횟수 3,000
현재 버전 2.1
최근 업데이트 2022-07-29
출시 날짜 2018-08-01
평점 4.67/5 총 12 개의 평점
개발자 Hugo Rezende
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
}