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
Eメール [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
    }
}