FamilySearch Center Premium Content

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

Apa itu FamilySearch Center Premium Content?

FamilySearch Center Premium Content adalah ekstensi Chrome yang dikembangkan oleh familysearch-extension-team, dan fitur utamanya adalah "Allows access to premium websites and other content from a FamilySearch Center.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FamilySearch Center Premium Content

Unduh file ekstensi FamilySearch Center Premium Content dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama FamilySearch Center Premium Content FamilySearch Center Premium Content
ID kpmeinlohefglphoflpoblpphppnokap
URL Resmi https://chromewebstore.google.com/detail/familysearch-center-premi/kpmeinlohefglphoflpoblpphppnokap
Deskripsi Allows access to premium websites and other content from a FamilySearch Center.
Ukuran File 133 KB
Jumlah Instalasi 30,269
Versi Saat Ini 3.1.6
Terakhir Diperbarui 2024-01-11
Tanggal Publikasi 2021-07-05
Penilaian 4.20/5 Total 5 Penilaian
Pengembang familysearch-extension-team
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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\/*"
        ]
    }
}