Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Genea Ancestry Add To Tree Auto-Clicker", "version": "1.0.1", "description": "Automatically checks or unchecks all checkboxes when adding new information or people to your Ancestry family trees.", "action": { "default_popup": "popup.html", "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.ancestry.ca\/family-tree\/tree\/*\/person\/*\/mergefamily?*", "https:\/\/www.ancestry.com\/family-tree\/tree\/*\/person\/*\/mergefamily?*", "https:\/\/www.ancestry.co.uk\/family-tree\/tree\/*\/person\/*\/mergefamily?*", "https:\/\/www.ancestry.com.au\/family-tree\/tree\/*\/person\/*\/mergefamily?*", "https:\/\/www.ancestry.de\/family-tree\/tree\/*\/person\/*\/mergefamily?*", "https:\/\/www.ancestry.fr\/family-tree\/tree\/*\/person\/*\/mergefamily?*", "https:\/\/www.ancestry.it\/family-tree\/tree\/*\/person\/*\/mergefamily?*", "https:\/\/www.ancestry.mx\/family-tree\/tree\/*\/person\/*\/mergefamily?*" ], "js": [ "content.js" ] } ] }