Obfuscate texts
With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…
Vad är Obfuscate texts?
Obfuscate texts är en Chrome-tillägg utvecklad av motemen, och dess huvudfunktion är "With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…".
Tilläggsskärmbilder
Ladda ner Obfuscate texts-förlängningens CRX-fil
Ladda ner Obfuscate texts-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Obfuscate texts |
ID | iappfbaenmkmgdiodpemhhndfjbigago |
Officiell webbadress | https://chromewebstore.google.com/detail/obfuscate-texts/iappfbaenmkmgdiodpemhhndfjbigago |
Beskrivning | With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar… |
Filstorlek | 7.67 KB |
Antal Installationer | 81 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2022-07-18 |
Publiceringsdatum | 2022-07-18 |
Utvecklare | motemen |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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": [ "*:\/\/*\/*" ] } |