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'est-ce que Obfuscate texts ?

Obfuscate texts est une extension Chrome développée par motemen, et sa fonction principale est "With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Obfuscate texts

Téléchargez les fichiers d'extension Obfuscate texts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Obfuscate texts Obfuscate texts
ID iappfbaenmkmgdiodpemhhndfjbigago
URL Officiel https://chromewebstore.google.com/detail/obfuscate-texts/iappfbaenmkmgdiodpemhhndfjbigago
Description With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…
Taille du Fichier 7.67 KB
Nombre d'Installations 81
Version Actuelle 0.0.1
Dernière Mise à Jour 2022-07-18
Date de Publication 2022-07-18
Développeur motemen
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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": [
        "*:\/\/*\/*"
    ]
}