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 je Obfuscate texts?

Obfuscate texts je rozšíření Chrome vyvinuté motemen, a jeho hlavní funkcí je „With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Obfuscate texts

Stáhněte si soubory rozšíření Obfuscate texts ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Obfuscate texts Obfuscate texts
ID iappfbaenmkmgdiodpemhhndfjbigago
Oficiální URL https://chromewebstore.google.com/detail/obfuscate-texts/iappfbaenmkmgdiodpemhhndfjbigago
Popis With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…
Velikost souboru 7.67 KB
Počet instalací 81
Aktuální Verze 0.0.1
Poslední Aktualizace 2022-07-18
Datum Vydání 2022-07-18
Vývojář motemen
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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": [
        "*:\/\/*\/*"
    ]
}