Paywall Sentry
Show alerts on search results that contain content locked behind a paywall or subscription fee.
Qu'est-ce que Paywall Sentry ?
Paywall Sentry est une extension Chrome développée par lucasotanezdev, et sa fonction principale est "Show alerts on search results that contain content locked behind a paywall or subscription fee.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Paywall Sentry
Téléchargez les fichiers d'extension Paywall Sentry au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Paywall Sentry |
ID | felglaliecfphggeffmjejkejgdoabgh |
URL Officiel | https://chromewebstore.google.com/detail/paywall-sentry/felglaliecfphggeffmjejkejgdoabgh |
Description | Show alerts on search results that contain content locked behind a paywall or subscription fee. |
Taille du Fichier | 14.97 KB |
Nombre d'Installations | 735 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2023-09-12 |
Date de Publication | 2023-07-15 |
Évaluation | 3.67/5 Total 6 Évaluations |
Développeur | lucasotanezdev |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/lucasotanez/paywall-sentry |
URL de la Page d'Aide | https://github.com/lucasotanez/paywall-sentry |
Langues Prises en Charge | 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 } } |