Paywall Sentry
Show alerts on search results that contain content locked behind a paywall or subscription fee.
Was ist Paywall Sentry?
Paywall Sentry ist eine Chrome-Erweiterung, die von lucasotanezdev entwickelt wurde, und ihr Hauptmerkmal ist "Show alerts on search results that contain content locked behind a paywall or subscription fee.".
Erweiterungsscreenshots
Paywall Sentry-Erweiterungs-CRX-Datei herunterladen
Laden Sie Paywall Sentry-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Paywall Sentry |
ID | felglaliecfphggeffmjejkejgdoabgh |
Offizielle URL | https://chromewebstore.google.com/detail/paywall-sentry/felglaliecfphggeffmjejkejgdoabgh |
Beschreibung | Show alerts on search results that contain content locked behind a paywall or subscription fee. |
Dateigröße | 14.97 KB |
Installationsanzahl | 735 |
Aktuelle Version | 0.1.0 |
Letztes Update | 2023-09-12 |
Veröffentlichungsdatum | 2023-07-15 |
Bewertung | 3.67/5 Insgesamt 6 Bewertungen |
Entwickler | lucasotanezdev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/lucasotanez/paywall-sentry |
Hilfeseite URL | https://github.com/lucasotanez/paywall-sentry |
Unterstützte Sprachen | 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 } } |