FamilySearch Center Premium Content

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

FamilySearch Center Premium Contentคืออะไร?

FamilySearch Center Premium Content เป็นส่วนขยายของ Chrome ที่พัฒนาโดย familysearch-extension-team และคุณลักษณะหลักของมันคือ "Allows access to premium websites and other content from a FamilySearch Center."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FamilySearch Center Premium Content

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
        ]
    }
}