Hunchly 2.0
Hunchly is a tool to capture and organize online data for your investigations. Requires the Hunchly app (https://www.hunch.ly)
Τι είναι το Hunchly 2.0;
Το Hunchly 2.0 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.hunch.ly, και η κύρια λειτουργία του είναι "Hunchly is a tool to capture and organize online data for your investigations. Requires the Hunchly app (https://www.hunch.ly)".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Hunchly 2.0
Λήψη αρχείων επέκτασης Hunchly 2.0 σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Hunchly is an absolutely essential part of my investigations toolkit. I can't count how many times it's helped me save something that later disappeared, or to identify connections between webpages." - Craig Silverman (Media Editor, BuzzFeed News) - Never take a screenshot again! Hunchly captures the web content you visit automatically, and makes it much easier to stay organized. - Stay focused on what matters - the investigation! Hunchly works quietly in the background, and with the blacklist and capture toggle, you can make sure you're only capturing what you need. - Page you saw got taken down? No probblem! Hunchly makes highly accurate offline copies in case the page you visited gets taken down or changed. - Protect against tampering! Every page, image, and attachment in Hunchly is given a unique fingerprint ("hash") at capture.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Hunchly 2.0 |
ID | amfnegileeghgikpggcebehdepknalbf |
Επίσημο URL | https://chromewebstore.google.com/detail/hunchly-20/amfnegileeghgikpggcebehdepknalbf |
Περιγραφή | Hunchly is a tool to capture and organize online data for your investigations. Requires the Hunchly app (https://www.hunch.ly) |
Μέγεθος Αρχείου | 451 KB |
Αριθμός Εγκαταστάσεων | 13,298 |
Τρέχουσα Έκδοση | 2.4.2 |
Τελευταία Ενημέρωση | 2023-11-21 |
Ημερομηνία Δημοσίευσης | 2020-05-07 |
Αξιολόγηση | 5.00/5 Συνολικά 7 Αξιολογήσεις |
Προγραμματιστής | https://www.hunch.ly |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.hunch.ly |
Διεύθυνση URL της Σελίδας Βοήθειας | https://support.hunch.ly |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hunchly 2.0", "description": "Hunchly is a tool to capture and organize online data for your investigations. Requires the Hunchly app (https:\/\/www.hunch.ly)", "version": "2.4.2", "icons": { "1": "icons\/logo1.png", "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*\/*" ], "js": [ "browser-polyfill.min.js", "content-script\/mark.min.js", "content-script\/mutations.js", "content-script\/content.js" ], "run_at": "document_end" } ], "action": { "default_icon": "icons\/logo.png", "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options\/options.html", "open_in_tab": true }, "permissions": [ "contextMenus", "activeTab", "pageCapture", "tabs", "storage", "unlimitedStorage", "alarms", "downloads", "nativeMessaging" ], "host_permissions": [ " |