AncestryDNA Match Filter
Filter matches from your AncestryDNA results.
AncestryDNA Match Filter là gì?
AncestryDNA Match Filter là một tiện ích mở rộng Chrome được phát triển bởi Matt Wheeler, và tính năng chính của nó là "Filter matches from your AncestryDNA results.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng AncestryDNA Match Filter
Tải xuống các tệp mở rộng AncestryDNA Match Filter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
This browser extension allows you to temporarily filter out any DNA match, and their shared matches from your Ancestry DNA results. I intended this plugin for genetic genealogy use cases, including: • Isolating DNA matches to a relative you haven’t tested. • Hiding DNA matches who have a specific shared match. This extension requires your DNA matches to be presented in the default format – sorted by relationship, with no searches, groups, etc. applied. If the current layout does not meet those parameters, the filter checkboxes will not appear. The easiest thing to do – go to your DNA results summary, and click "View All DNA Matches." This extension does not divulge any information to third parties.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ijccckokbiecgmkhembcpfdbmbeebmjc |
URL Chính Thức | https://chrome.google.com/webstore/detail/ancestrydna-match-filter/ijccckokbiecgmkhembcpfdbmbeebmjc |
Mô tả | Filter matches from your AncestryDNA results. |
Kích Thước Tệp | 20.03 KB |
Số Lần Cài Đặt | 1,516 |
Phiên Bản Hiện Tại | 0.36 |
Cập Nhật Lần Cuối | 2022-09-15 |
Ngày Phát Hành | 2020-01-19 |
Đánh Giá | 4.67/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Matt Wheeler |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "content_scripts": [ { "include_globs": [ "https:\/\/www.ancestry.*\/discoveryui-matches\/list\/????????-????-????-????-????????????", "https:\/\/www.ancestry.*\/discoveryui-matches\/list\/????????-????-????-????-?????????????seekmatch=match*", "https:\/\/www.ancestry.*\/discoveryui-matches\/list\/????????-????-????-????-?????????????filterBy=ALL&sortBy=RELATIONSHIP&page=1", "https:\/\/www.ancestry.*\/discoveryui-matches\/list\/????????-????-????-????-?????????????filterby=all&sortby=relationship&page=1" ], "js": [ "content.js" ], "matches": [ "https:\/\/www.ancestry.com.au\/discoveryui-matches\/list\/*", "https:\/\/www.ancestry.ca\/discoveryui-matches\/list\/*", "https:\/\/www.ancestry.com\/discoveryui-matches\/list\/*", "https:\/\/www.ancestry.de\/discoveryui-matches\/list\/*", "https:\/\/www.ancestry.fr\/discoveryui-matches\/list\/*", "https:\/\/www.ancestry.ie\/discoveryui-matches\/list\/*", "https:\/\/www.ancestry.it\/discoveryui-matches\/list\/*", "https:\/\/www.ancestry.mx\/discoveryui-matches\/list\/*", "https:\/\/www.ancestry.no\/discoveryui-matches\/list\/*", "https:\/\/www.ancestry.pl\/discoveryui-matches\/list\/*", "https:\/\/www.ancestry.se\/discoveryui-matches\/list\/*", "https:\/\/www.ancestry.co.uk\/discoveryui-matches\/list\/*" ], "run_at": "document_idle" } ], "description": "Filter matches from your AncestryDNA results.", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlS+bJUDzq7KNzZwJtoQbhn5s2OPgUS\/KiD5jkp5EFBQg73DMEio3AUKYV0hY8z9lhZuxWENqRphpFf4wlTOwPNHu4IEpuxqFMQqS6Ys3TY5aoqNDxReuaEgDohZ9P1VwA6hvx5lhDO+LxkgTwTFy\/BSJb8h5c6vHtuBbyNGJ5VA3u2+aw3n5fMktA1CpvDFpXQJDHbTectEdV\/Z8fuLGOPlDr0YD+wBFYlqDU2qpwD7qwzisn8ICC1b5bvr6vRTN19Tep5mdE7OdYHennQTlkIJ6yr\/U0lPd3R+pffOHXOg7hS+yTa8LVPbEoinbCE5hZCCp0T42LIMGCwfFcCre\/QIDAQAB", "manifest_version": 3, "name": "AncestryDNA Match Filter", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.36" } |