FamilySearch Center Premium Content

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

Co to jest FamilySearch Center Premium Content?

FamilySearch Center Premium Content to rozszerzenie Chrome opracowane przez familysearch-extension-team, a jego główną funkcją jest „Allows access to premium websites and other content from a FamilySearch Center.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FamilySearch Center Premium Content

Pobierz pliki rozszerzeń FamilySearch Center Premium Content w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa FamilySearch Center Premium Content FamilySearch Center Premium Content
ID kpmeinlohefglphoflpoblpphppnokap
Oficjalny URL https://chromewebstore.google.com/detail/familysearch-center-premi/kpmeinlohefglphoflpoblpphppnokap
Opis Allows access to premium websites and other content from a FamilySearch Center.
Rozmiar pliku 133 KB
Liczba instalacji 30,269
Aktualna Wersja 3.1.6
Ostatnia Aktualizacja 2024-01-11
Data Publikacji 2021-07-05
Ocena 4.20/5 Łącznie 5 Oceny
Deweloper familysearch-extension-team
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
        ]
    }
}