Obfuscate texts

With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…

¿Qué es Obfuscate texts?

Obfuscate texts es una extensión de Chrome desarrollada por motemen, y su función principal es "With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Obfuscate texts

Descarga archivos de extensión Obfuscate texts 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

                        With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar button. Texts are replaced by Unicode block elements as if they are applied a mosaic.

You can now safely take screenshots of web pages including sensitive texts with this extension, not using image editor software.                    

Información Básica de la Extensión

Nombre Obfuscate texts Obfuscate texts
ID iappfbaenmkmgdiodpemhhndfjbigago
URL Oficial https://chromewebstore.google.com/detail/obfuscate-texts/iappfbaenmkmgdiodpemhhndfjbigago
Descripción With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…
Tamaño del Archivo 7.67 KB
Cantidad de Instalaciones 81
Versión Actual 0.0.1
Última Actualización 2022-07-18
Fecha de Publicación 2022-07-18
Desarrollador motemen
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Obfuscate texts",
    "version": "0.0.1",
    "manifest_version": 3,
    "permissions": [
        "scripting",
        "activeTab",
        "contextMenus"
    ],
    "action": {
        "default_title": "Obfuscate"
    },
    "background": {
        "service_worker": "background.js"
    },
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ]
}