Obfuscate texts

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

O que é Obfuscate texts?

Obfuscate texts é uma extensão do Chrome desenvolvida por motemen, e sua principal característica é "With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Obfuscate texts

Baixe arquivos de extensão Obfuscate texts no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Obfuscate texts Obfuscate texts
ID iappfbaenmkmgdiodpemhhndfjbigago
URL Oficial https://chromewebstore.google.com/detail/obfuscate-texts/iappfbaenmkmgdiodpemhhndfjbigago
Descrição With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…
Tamanho do Arquivo 7.67 KB
Contagem de Instalações 81
Versão Atual 0.0.1
Última Atualização 2022-07-18
Data de Publicação 2022-07-18
Desenvolvedor motemen
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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": [
        "*:\/\/*\/*"
    ]
}