FamilySearch Center Premium Content

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

FamilySearch Center Premium Content là gì?

FamilySearch Center Premium Content là một tiện ích mở rộng Chrome được phát triển bởi familysearch-extension-team, và tính năng chính của nó là "Allows access to premium websites and other content from a FamilySearch Center.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng FamilySearch Center Premium Content

Tải xuống các tệp mở rộng FamilySearch Center Premium Content dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FamilySearch Center Premium Content FamilySearch Center Premium Content
ID kpmeinlohefglphoflpoblpphppnokap
URL Chính Thức https://chromewebstore.google.com/detail/familysearch-center-premi/kpmeinlohefglphoflpoblpphppnokap
Mô tả Allows access to premium websites and other content from a FamilySearch Center.
Kích Thước Tệp 133 KB
Số Lần Cài Đặt 30,269
Phiên Bản Hiện Tại 3.1.6
Cập Nhật Lần Cuối 2024-01-11
Ngày Phát Hành 2021-07-05
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển familysearch-extension-team
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}