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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Paywall Sentry 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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
    }
}