Paywall Sentry
Show alerts on search results that contain content locked behind a paywall or subscription fee.
Paywall Sentry क्या है?
Paywall Sentry lucasotanezdev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Show alerts on search results that contain content locked behind a paywall or subscription fee."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Paywall Sentry एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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 } } |