FamilySearch Center Premium Content

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

Hvad er FamilySearch Center Premium Content?

FamilySearch Center Premium Content er en Chrome-udvidelse udviklet af familysearch-extension-team, og dens hovedfunktion er "Allows access to premium websites and other content from a FamilySearch Center.".

Udvidelsesskærmbilleder

screenshot

Download FamilySearch Center Premium Content-udvidelses-CRX-fil

Download FamilySearch Center Premium Content-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn FamilySearch Center Premium Content FamilySearch Center Premium Content
ID kpmeinlohefglphoflpoblpphppnokap
Officiel URL https://chromewebstore.google.com/detail/familysearch-center-premi/kpmeinlohefglphoflpoblpphppnokap
Beskrivelse Allows access to premium websites and other content from a FamilySearch Center.
Filstørrelse 133 KB
Antal Installationer 30,269
Nuværende Version 3.1.6
Senest Opdateret 2024-01-11
Udgivelsesdato 2021-07-05
Bedømmelse 4.20/5 Samlet 5 Bedømmelser
Udvikler familysearch-extension-team
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
        ]
    }
}