Obfuscate texts
With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…
Was ist Obfuscate texts?
Obfuscate texts ist eine Chrome-Erweiterung, die von motemen entwickelt wurde, und ihr Hauptmerkmal ist "With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…".
Erweiterungsscreenshots
Obfuscate texts-Erweiterungs-CRX-Datei herunterladen
Laden Sie Obfuscate texts-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | iappfbaenmkmgdiodpemhhndfjbigago |
| Offizielle URL | https://chromewebstore.google.com/detail/obfuscate-texts/iappfbaenmkmgdiodpemhhndfjbigago |
| Beschreibung | With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar… |
| Dateigröße | 7.67 KB |
| Installationsanzahl | 81 |
| Aktuelle Version | 0.0.1 |
| Letztes Update | 2022-07-18 |
| Veröffentlichungsdatum | 2022-07-18 |
| Entwickler | motemen |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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": [
"*:\/\/*\/*"
]
} | |