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
电子邮箱 [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"
    }
}