Paywall Hopper

Replaces paywalled URL with unpaywalled URL.

Paywall Hopperとは何ですか?

Paywall Hopperはmagnus.ahmadによって開発されたChromeの拡張機能で、その主な機能は「Replaces paywalled URL with unpaywalled URL.」です。

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

screenshot

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

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

拡張機能の使用方法

                        This extension tries to keep the internet free by using url methods to remove paywalls on websites. Simply click the extension button and you will be redirected to an unpaywalled version of the website.                    

拡張機能の基本情報

名前 Paywall Hopper Paywall Hopper
ID hbncgfkfgifijadbfdlmlegngnjhkfhn
公式URL https://chrome.google.com/webstore/detail/paywall-hopper/hbncgfkfgifijadbfdlmlegngnjhkfhn
説明 Replaces paywalled URL with unpaywalled URL.
ファイルサイズ 64.64 KB
インストール数 623
現在のバージョン 1.0
最終更新日 2022-09-30
公開日 2022-09-30
評価 3.00/5 合計 2 レビュー
開発者 magnus.ahmad
Eメール [email protected]
支払い方法 free
対応言語 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paywall Hopper",
    "version": "1.0",
    "manifest_version": 3,
    "description": "Replaces paywalled URL with unpaywalled URL.",
    "permissions": [
        "tabs",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": [],
    "icons": {
        "16": "hopper.png",
        "48": "hopper.png",
        "128": "hopper.png"
    }
}