WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
FamilySearch Center Premium Content

FamilySearch Center Premium Content

View on Chrome Web Store
View FamilySearch Center Premium Content Chrome Extension on Chrome Web Store
Add to bookmarks
4.2 (5 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Allows access to premium websites and other content from a FamilySearch Center.
Type
Extension
Users
20,000 users
10K
familysearch-extension-team
View author page of familysearch-extension-team
Published
Published on July 5, 2021
Version 3.1.10
Manifest version
3
Updated
Updated on April 8, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View FamilySearch Center Premium Content Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "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.10",
    "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": [
        "<all_urls>"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost:5006\/*",
                "http:\/\/localhost:5009\/*",
                "https:\/\/www.familysearch.org\/*",
                "https:\/\/beta.familysearch.org\/*"
            ],
            "js": [
                "events.js"
            ],
            "run_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:5006\/",
            "http:\/\/localhost:5009\/*",
            "https:\/\/www.familysearch.org\/*",
            "https:\/\/beta.familysearch.org\/*"
        ]
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top