FamilySearch Center Premium Content

Allows access to premium websites and other content from a FamilySearch Center.

FamilySearch Center Premium Content란 무엇입니까?

FamilySearch Center Premium Content은(는) familysearch-extension-team에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Allows access to premium websites and other content from a FamilySearch Center."입니다.

확장 프로그램 스크린샷

screenshot

FamilySearch Center Premium Content 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Providing FamilySearch Center users premium content access, including subscription websites and limited-access records.                    

확장 프로그램 기본 정보

이름 FamilySearch Center Premium Content FamilySearch Center Premium Content
ID kpmeinlohefglphoflpoblpphppnokap
공식 URL https://chromewebstore.google.com/detail/familysearch-center-premi/kpmeinlohefglphoflpoblpphppnokap
설명 Allows access to premium websites and other content from a FamilySearch Center.
파일 크기 133 KB
설치 횟수 30,269
현재 버전 3.1.6
최근 업데이트 2024-01-11
출시 날짜 2021-07-05
평점 4.20/5 총 5 개의 평점
개발자 familysearch-extension-team
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,es,it,ru,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_header_title_FSC__",
    "description": "__MSG_extDescription_FSC__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "3.1.6",
    "action": {
        "default_icon": "icons\/patron_disconnected_128.png",
        "default_title": "__MSG_header_title_FSC__",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "alarms",
        "proxy",
        "storage",
        "webRequest",
        "webRequestAuthProvider",
        "cookies"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:5000\/*",
                "https:\/\/www.familysearch.org\/*",
                "https:\/\/beta.familysearch.org\/*"
            ],
            "js": [
                "events.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:5000\/",
            "https:\/\/www.familysearch.org\/*",
            "https:\/\/beta.familysearch.org\/*"
        ]
    }
}