LaGacetaSinPaywall

An extension to avoid paywall in LaGaceta website

What is LaGacetaSinPaywall?

LaGacetaSinPaywall is a Chrome extension developed by okonsoft, and its main feature is "An extension to avoid paywall in LaGaceta website".

Extension Screenshots

screenshot
screenshot

Download LaGacetaSinPaywall Extension CRX File

Download LaGacetaSinPaywall 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

                        Evita tener que registrarte para leer La Gaceta.
Navegá sin necesidad de tener que registrarte. No más ventanas pidiéndote todo el tiempo que te registres para poder seguir leyendo!                    

Extension Basic Information

Name LaGacetaSinPaywall LaGacetaSinPaywall
ID ploejgmljpndlgafajocbjknecoabcca
Official URL https://chromewebstore.google.com/detail/lagacetasinpaywall/ploejgmljpndlgafajocbjknecoabcca
Description An extension to avoid paywall in LaGaceta website
File Size 5.13 KB
Installation Count 27
Current Version 0.3.1
Last Updated 2021-01-28
Publish Date 2020-04-21
Rating 5.00/5 Total 1 Ratings
Developer okonsoft
Email [email protected]
Payment Type free
Extension Website https://github.com/lucasocon/LaGacetaSinPaywall
Help Page URL https://github.com/lucasocon/LaGacetaSinPaywall
Supported Languages es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LaGacetaSinPaywall",
    "version": "0.3.1",
    "description": "An extension to avoid paywall in LaGaceta website",
    "author": "Lucas Ocon",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    }
}