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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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