FamilySearch Center Premium Content

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

Cos'è FamilySearch Center Premium Content?

FamilySearch Center Premium Content è un'estensione di Chrome sviluppata da familysearch-extension-team, e la sua funzione principale è "Allows access to premium websites and other content from a FamilySearch Center.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FamilySearch Center Premium Content

Scarica i file di estensione FamilySearch Center Premium Content in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome FamilySearch Center Premium Content FamilySearch Center Premium Content
ID kpmeinlohefglphoflpoblpphppnokap
URL Ufficiale https://chromewebstore.google.com/detail/familysearch-center-premi/kpmeinlohefglphoflpoblpphppnokap
Descrizione Allows access to premium websites and other content from a FamilySearch Center.
Dimensione del File 133 KB
Conteggio Installazioni 30,269
Versione Corrente 3.1.6
Ultimo Aggiornamento 2024-01-11
Data di Pubblicazione 2021-07-05
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore familysearch-extension-team
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
        ]
    }
}