Obfuscate texts
With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…
Co to jest Obfuscate texts?
Obfuscate texts to rozszerzenie Chrome opracowane przez motemen, a jego główną funkcją jest „With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Obfuscate texts
Pobierz pliki rozszerzeń Obfuscate texts w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | iappfbaenmkmgdiodpemhhndfjbigago |
| Oficjalny URL | https://chromewebstore.google.com/detail/obfuscate-texts/iappfbaenmkmgdiodpemhhndfjbigago |
| Opis | With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar… |
| Rozmiar pliku | 7.67 KB |
| Liczba instalacji | 81 |
| Aktualna Wersja | 0.0.1 |
| Ostatnia Aktualizacja | 2022-07-18 |
| Data Publikacji | 2022-07-18 |
| Deweloper | motemen |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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": [
"*:\/\/*\/*"
]
} | |