inØsight

Communicate undetected in plain sight.

¿Qué es inØsight?

inØsight es una extensión de Chrome desarrollada por planetrenox, y su función principal es "Communicate undetected in plain sight.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión inØsight

Descarga archivos de extensión inØsight en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre inØsight inØsight
ID fkobnhlaipildbjmlhaolahpplolnpcn
URL Oficial https://chromewebstore.google.com/detail/in%C3%B8sight/fkobnhlaipildbjmlhaolahpplolnpcn
Descripción Communicate undetected in plain sight.
Tamaño del Archivo 106 KB
Cantidad de Instalaciones 178
Versión Actual 2.0.2
Última Actualización 2022-12-06
Fecha de Publicación 2019-11-09
Calificación 5.00/5 Total de 4 Calificaciones
Desarrollador planetrenox
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/planetrenox/inzerosight
URL de la Página de Ayuda https://github.com/planetrenox/inzerosight/issues
Idiomas Soportados 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"
    ]
}