inØsight
Communicate undetected in plain sight.
Cos'è inØsight?
inØsight è un'estensione di Chrome sviluppata da planetrenox, e la sua funzione principale è "Communicate undetected in plain sight.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione inØsight
Scarica i file di estensione inØsight in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | inØsight |
ID | fkobnhlaipildbjmlhaolahpplolnpcn |
URL Ufficiale | https://chromewebstore.google.com/detail/in%C3%B8sight/fkobnhlaipildbjmlhaolahpplolnpcn |
Descrizione | Communicate undetected in plain sight. |
Dimensione del File | 106 KB |
Conteggio Installazioni | 178 |
Versione Corrente | 2.0.2 |
Ultimo Aggiornamento | 2022-12-06 |
Data di Pubblicazione | 2019-11-09 |
Valutazione | 5.00/5 Totale 4 Valutazioni |
Sviluppatore | planetrenox |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/planetrenox/inzerosight |
URL della Pagina di Aiuto | https://github.com/planetrenox/inzerosight/issues |
Lingue Supportate | 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" ] } |