Untangle

Untangle family trees by comparing people from multipe trees

What is Untangle?

Untangle is a Chrome extension developed by rogeralsing, and its main feature is "Untangle family trees by comparing people from multipe trees".

Extension Screenshots

screenshot

Download Untangle Extension CRX File

Download Untangle extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Untangle helps MyHeritage users untangle their family trees by automatically discovering shared matches between their own and other users trees.                    

Extension Basic Information

Name Untangle Untangle
ID eigcblhnonddpnhdbppjeijblhpobbpd
Official URL https://chromewebstore.google.com/detail/untangle/eigcblhnonddpnhdbppjeijblhpobbpd
Description Untangle family trees by comparing people from multipe trees
File Size 38.64 KB
Installation Count 113
Current Version 1.2
Last Updated 2018-10-13
Publish Date 2018-10-13
Rating 1.00/5 Total 1 Ratings
Developer rogeralsing
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Untangle",
    "description": "Untangle family trees by comparing people from multipe trees",
    "version": "1.2",
    "permissions": [
        "https:\/\/*.myheritage.se"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/pedigree-tree-*"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "script.js"
            ],
            "css": [
                "css\/mycss.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png"
    ]
}