Paywall Sentry
Show alerts on search results that contain content locked behind a paywall or subscription fee.
Paywall Sentryคืออะไร?
Paywall Sentry เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lucasotanezdev และคุณลักษณะหลักของมันคือ "Show alerts on search results that contain content locked behind a paywall or subscription fee."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Paywall Sentry
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 } } |