No Paywall

LEGALLY read news articles on the web for free

No Paywallとは何ですか?

No PaywallはBig Pineapple LLCによって開発されたChromeの拡張機能で、その主な機能は「LEGALLY read news articles on the web for free」です。

拡張機能のスクリーンショット

screenshot
screenshot

No Paywall拡張機能のCRXファイルをダウンロード

No Paywall拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        No Paywall lets you LEGALLY avoid paywalls on many news articles by redirecting you to an archived version of the page.

Because we are pointing you to a different website, we are not bypassing or messing at all with the original paywall on the article source. No Paywall is 100% free, and we do not collect any data whatsoever.

** NOTE **
- Because we are searching the archives for a paywall-free copy, an archived copy must already exist.                    

拡張機能の基本情報

名前 No Paywall No Paywall
ID gpgghhebeahpmogdjpcjljcieghlcdfj
公式URL https://chrome.google.com/webstore/detail/no-paywall/gpgghhebeahpmogdjpcjljcieghlcdfj
説明 LEGALLY read news articles on the web for free
ファイルサイズ 29.29 KB
インストール数 6,003
現在のバージョン 1.0.1
最終更新日 2022-06-18
公開日 2022-06-18
評価 3.25/5 合計 8 レビュー
開発者 Big Pineapple LLC
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Paywall",
    "version": "1.0.1",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_title": "Bypass Paywall"
    },
    "background": {
        "service_worker": "background.js"
    },
    "description": "LEGALLY read news articles on the web for free",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}