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
官方網址 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
電子郵箱 [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"
    }
}