Paywall Sentry

Show alerts on search results that contain content locked behind a paywall or subscription fee.

什么是Paywall Sentry?

Paywall Sentry是由lucasotanezdev开发的Chrome扩展程序,该扩展的主要功能是“Show alerts on search results that contain content locked behind a paywall or subscription fee.”。

扩展截图

screenshot
screenshot

下载Paywall Sentry扩展crx文件

下载Paywall Sentry扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Save time and hassle by letting Paywall Sentry show alerts on Google search results that contain content which is locked behind paywalls. Configure your personal options with any subscriptions you may have to disable flags on those websites. Soft paywalls (free to use under strict limitations and time periods) are colored yellow and denoted by a [!] icon. Hard paywalls are colored red and denoted by a [X] icon.                    

扩展基本信息

名称 Paywall Sentry Paywall Sentry
ID felglaliecfphggeffmjejkejgdoabgh
官方URL https://chromewebstore.google.com/detail/paywall-sentry/felglaliecfphggeffmjejkejgdoabgh
简介 Show alerts on search results that contain content locked behind a paywall or subscription fee.
文件大小 14.97 KB
安装次数 735
当前版本 0.1.0
更新时间 2023-09-12
上架时间 2023-07-15
评分 3.67/5 共6次评分
开发者 lucasotanezdev
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/lucasotanez/paywall-sentry
帮助页面URL https://github.com/lucasotanez/paywall-sentry
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Paywall Sentry",
    "description": "Show alerts on search results that contain content locked behind a paywall or subscription fee.",
    "version": "0.1.0",
    "manifest_version": 3,
    "action": [],
    "icons": {
        "16": "img\/ps-icon16.png",
        "32": "img\/ps-icon32.png",
        "48": "img\/ps-icon48.png",
        "128": "img\/ps-icon128.png"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.google.com\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    }
}