FamilySearch Center Premium Content

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

O que é FamilySearch Center Premium Content?

FamilySearch Center Premium Content é uma extensão do Chrome desenvolvida por familysearch-extension-team, e sua principal característica é "Allows access to premium websites and other content from a FamilySearch Center.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FamilySearch Center Premium Content

Baixe arquivos de extensão FamilySearch Center Premium Content no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome FamilySearch Center Premium Content FamilySearch Center Premium Content
ID kpmeinlohefglphoflpoblpphppnokap
URL Oficial https://chromewebstore.google.com/detail/familysearch-center-premi/kpmeinlohefglphoflpoblpphppnokap
Descrição Allows access to premium websites and other content from a FamilySearch Center.
Tamanho do Arquivo 133 KB
Contagem de Instalações 30,269
Versão Atual 3.1.6
Última Atualização 2024-01-11
Data de Publicação 2021-07-05
Classificação 4.20/5 Total de 5 Avaliações
Desenvolvedor familysearch-extension-team
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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\/*"
        ]
    }
}