WebExtension.net
WebExtension.net
WebExtension.net
WebExtension.net
Genealogy Blurring Tool

Genealogy Blurring Tool

View on Chrome Web Store
5.0 (2 ratings)
1 new ratings
13 views

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

Automatically blurs sensitive elements on genealogy websites for privacy-minded screenshots and screencasts.
Type
Extension
Users
265 users
1
Website genea.ca
Genea.ca
Featured Extension

Hand-picked for quality and usefulness

Published
Version 1.3.0
Manifest version
3
Updated
productivity/tools
Website
View on Chrome Web Store
Share This Extension

Extension Manifest

{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Genealogy Blurring Tool",
    "version": "1.3.0",
    "description": "Automatically blurs sensitive elements on genealogy websites for privacy-minded screenshots and screencasts.",
    "author": "Genea",
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/iconoff16.png",
            "48": "icons\/iconoff48.png",
            "128": "icons\/iconoff128.png"
        },
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ancestry.ca\/*",
                "https:\/\/www.ancestry.com\/*",
                "https:\/\/www.ancestry.co.uk\/*",
                "https:\/\/www.ancestry.com.au\/*",
                "https:\/\/www.ancestry.de\/*",
                "https:\/\/www.ancestry.fr\/*",
                "https:\/\/www.ancestry.it\/*",
                "https:\/\/www.ancestry.mx\/*",
                "https:\/\/www.familysearch.org\/*",
                "https:\/\/www.familytreedna.com\/*",
                "https:\/\/tree.familytreedna.com\/*",
                "https:\/\/www.myheritage.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}
© 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.