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.”。
擴展截圖
下載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 |
ID | felglaliecfphggeffmjejkejgdoabgh |
官方網址 | 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 } } |