FamilySearch Center Premium Content

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

什麼是FamilySearch Center Premium Content?

FamilySearch Center Premium Content是由familysearch-extension-team開發的Chrome擴展程式,該擴展的主要功能是“Allows access to premium websites and other content from a FamilySearch Center.”。

擴展截圖

screenshot

下載FamilySearch Center Premium Content擴展crx文件

下載FamilySearch Center Premium Content擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 FamilySearch Center Premium Content FamilySearch Center Premium Content
ID kpmeinlohefglphoflpoblpphppnokap
官方網址 https://chromewebstore.google.com/detail/familysearch-center-premi/kpmeinlohefglphoflpoblpphppnokap
簡介 Allows access to premium websites and other content from a FamilySearch Center.
檔案大小 133 KB
安裝次數 30,269
目前版本 3.1.6
更新時間 2024-01-11
上架時間 2021-07-05
評分 4.20/5 共 5 次評分
開發者 familysearch-extension-team
電子郵箱 [email protected]
付費類型 free
支援的語言 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\/*"
        ]
    }
}