Obfuscate texts
With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…
Cos'è Obfuscate texts?
Obfuscate texts è un'estensione di Chrome sviluppata da motemen, e la sua funzione principale è "With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Obfuscate texts
Scarica i file di estensione Obfuscate texts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
                        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.                     Informazioni di Base sull'Estensione
| Nome |   |  
| ID | iappfbaenmkmgdiodpemhhndfjbigago | 
| URL Ufficiale | https://chromewebstore.google.com/detail/obfuscate-texts/iappfbaenmkmgdiodpemhhndfjbigago | 
| Descrizione | With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar… | 
| Dimensione del File | 7.67 KB | 
| Conteggio Installazioni | 81 | 
| Versione Corrente | 0.0.1 | 
| Ultimo Aggiornamento | 2022-07-18 | 
| Data di Pubblicazione | 2022-07-18 | 
| Sviluppatore | motemen | 
| [email protected] | |
| Tipo di Pagamento | free | 
| Lingue Supportate | 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": [
        "*:\/\/*\/*"
    ]
}  |  |