Obfuscate texts
With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…
What is Obfuscate texts?
Obfuscate texts is a Chrome extension developed by motemen, and its main feature is "With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…".
Extension Screenshots
Download Obfuscate texts Extension CRX File
Download Obfuscate texts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Obfuscate texts |
ID | iappfbaenmkmgdiodpemhhndfjbigago |
Official URL | 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… |
File Size | 7.67 KB |
Installation Count | 81 |
Current Version | 0.0.1 |
Last Updated | 2022-07-18 |
Publish Date | 2022-07-18 |
Developer | motemen |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ "*:\/\/*\/*" ] } |