LaGacetaSinPaywall

An extension to avoid paywall in LaGaceta website

什么是LaGacetaSinPaywall?

LaGacetaSinPaywall是由okonsoft开发的Chrome扩展程序,该扩展的主要功能是“An extension to avoid paywall in LaGaceta website”。

扩展截图

screenshot
screenshot

下载LaGacetaSinPaywall扩展crx文件

下载LaGacetaSinPaywall扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 LaGacetaSinPaywall LaGacetaSinPaywall
ID ploejgmljpndlgafajocbjknecoabcca
官方URL https://chromewebstore.google.com/detail/lagacetasinpaywall/ploejgmljpndlgafajocbjknecoabcca
简介 An extension to avoid paywall in LaGaceta website
文件大小 5.13 KB
安装次数 27
当前版本 0.3.1
更新时间 2021-01-28
上架时间 2020-04-21
评分 5.00/5 共1次评分
开发者 okonsoft
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/lucasocon/LaGacetaSinPaywall
帮助页面URL https://github.com/lucasocon/LaGacetaSinPaywall
支持的语言 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"
        ]
    }
}