OSINT LIAR
Capture what you want, Keep what you need, Build your knowledge tree. Requires the OSINT LIAR app from https://osintliar.com
Τι είναι το OSINT LIAR;
Το OSINT LIAR είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://osintliar.com, και η κύρια λειτουργία του είναι "Capture what you want, Keep what you need, Build your knowledge tree. Requires the OSINT LIAR app from https://osintliar.com".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης OSINT LIAR
Λήψη αρχείων επέκτασης OSINT LIAR σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Capture What You Want, Keep What You Need, Build Your Knowledge Tree. The OSINT Local Internet Archive Reconnaissance (OSINT LIAR) is the Swiss Army Knife of capturing online content. OSINT LIAR is the next generation multi-browser extension for capturing Open Source Intelligence (OSINT) and Publicly Available Intelligence (PAI) in real time. OSINT LIAR's advanced technology allows it to integrate with advanced softwares such as audio to text, or video to text, data extraction and content analysis, checkout the open source Pebble project for more details. https://github.com/osint-liar/pebble. OSINT LIAR is a Chrome based extension for capturing the web. OSINT LIAR is an online collection tool for creating a localized version of the Internet. A flexible architecture allows for end users to customize the output of the capture or forward its contents on to enrich the data even more so. OSINT LIAR helps make your online work easier by being your own personal private or sharable Internet Search Engine. OSINT LIAR is great for: * Market Researchers * Cyber Security Experts * Journalists * Research Data Analysts What makes OSINT LIAR Awesome? OSINT LIAR is a browser extension that integrates seamlessly into your work flow. When ever there is content you want to capture, just right click and select the, “Capture” option. The captured content is persisted on “your” machine, thus always keeping what you value close and safe. The data does not leave your computer. After the content is captured, algorithms that extract text content go to work making your data searchable. This search functionality works on web pages, text documents and PDFs. OSINT LIAR stores the content in its raw form so it support any type of format. These types of media can be readily stored in OSINT LIAR: * Web Pages * Text Files * Audio Files * Video Files * Image Files * Downloaded Files How can you search OSINT LIAR? OSINT LIAR provides a multifaceted filter and search functionality. With OSINT LIAR you can filter on: * Case Names * Tags * Selectors * Domains * Content Type * Free Text Search How can OSINT LIAR be extended? OSINT LIAR supports customizing menu options for extending functionality. See https://osintliar.com for details.
Βασικές Πληροφορίες Επέκτασης
Όνομα | OSINT LIAR |
ID | mgmandbcdaecndcllojppohiekdbhcie |
Επίσημο URL | https://chromewebstore.google.com/detail/osint-liar/mgmandbcdaecndcllojppohiekdbhcie |
Περιγραφή | Capture what you want, Keep what you need, Build your knowledge tree. Requires the OSINT LIAR app from https://osintliar.com |
Μέγεθος Αρχείου | 3.19 MB |
Αριθμός Εγκαταστάσεων | 71 |
Τρέχουσα Έκδοση | 1.4.5 |
Τελευταία Ενημέρωση | 2024-02-16 |
Ημερομηνία Δημοσίευσης | 2022-06-22 |
Προγραμματιστής | https://osintliar.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
Ιστότοπος Επέκτασης | https://osintliar.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://osintliar.com |
URL της Σελίδας Πολιτικής Απορρήτου | https://osintliar.com/privacy-policy-2 |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Capture what you want, Keep what you need, Build your knowledge tree. Requires the OSINT LIAR app from https:\/\/osintliar.com", "version": "1.4.5", "manifest_version": 3, "name": "OSINT LIAR", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-32.png", "default_title": "OSINT LIAR" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "contentScript.bundle.js" ] } ], "host_permissions": [ "*:\/\/*\/*" ], "permissions": [ "activeTab", "storage", "contextMenus", "pageCapture", "downloads" ], "externally_connectable": { "matches": [ "*:\/\/*\/*" ] }, "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-32.png", "icon-48.png", "icon-16.png", "alert-48.png", "iframe.html", "user_profile.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |