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