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
Eメール [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"
        ]
    }
}