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
Eメール [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\/*"
        ]
    }
}