inØsight
Communicate undetected in plain sight.
Τι είναι το inØsight;
Το inØsight είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον planetrenox, και η κύρια λειτουργία του είναι "Communicate undetected in plain sight.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης inØsight
Λήψη αρχείων επέκτασης inØsight σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Zero Width Characters are Unicode characters that take up no space and are invisible even when you try to highlight them. Generally they are used to assist more abstract foreign languages that require separators but not exactly an entire space & some sites use them for their interface. This extension is able to obfuscate any message inside zero width spaces which can be placed almost anywhere invisible to the naked eye. Also detect and be notified of such characters around the web. Completely open source, advertisement, and log free. Homepage: https://github.com/planetrenox/inzerosight Visit the homepage to request new features or share new ideas.
Βασικές Πληροφορίες Επέκτασης
Όνομα | inØsight |
ID | fkobnhlaipildbjmlhaolahpplolnpcn |
Επίσημο URL | https://chromewebstore.google.com/detail/in%C3%B8sight/fkobnhlaipildbjmlhaolahpplolnpcn |
Περιγραφή | Communicate undetected in plain sight. |
Μέγεθος Αρχείου | 106 KB |
Αριθμός Εγκαταστάσεων | 178 |
Τρέχουσα Έκδοση | 2.0.2 |
Τελευταία Ενημέρωση | 2022-12-06 |
Ημερομηνία Δημοσίευσης | 2019-11-09 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | planetrenox |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/planetrenox/inzerosight |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/planetrenox/inzerosight/issues |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "in\u00d8sight", "version": "2.0.2", "author": "[email protected]", "homepage_url": "https:\/\/github.com\/planetrenox\/inzerosight", "description": "Communicate undetected in plain sight.", "icons": { "48": "icon.png" }, "browser_action": { "browser_style": false, "default_icon": "icon.png", "default_title": "in\u00d8sight", "default_popup": "dash.html" }, "web_accessible_resources": [ "candara.woff" ] } |