Obfuscate texts

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

Wat is Obfuscate texts?

Obfuscate texts is een Chrome-extensie ontwikkeld door motemen, en de belangrijkste functie is "With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Obfuscate texts

Download Obfuscate texts-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Obfuscate texts Obfuscate texts
ID iappfbaenmkmgdiodpemhhndfjbigago
Officiële URL https://chromewebstore.google.com/detail/obfuscate-texts/iappfbaenmkmgdiodpemhhndfjbigago
Beschrijving With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…
Bestandsgrootte 7.67 KB
Aantal Installaties 81
Huidige Versie 0.0.1
Laatst Bijgewerkt 2022-07-18
Publicatiedatum 2022-07-18
Ontwikkelaar motemen
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
        "*:\/\/*\/*"
    ]
}