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
官方URL 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\/*"
        ]
    }
}