Obfuscate texts
With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…
什么是Obfuscate texts?
Obfuscate texts是由motemen开发的Chrome扩展程序,该扩展的主要功能是“With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…”。
扩展截图
下载Obfuscate texts扩展crx文件
下载Obfuscate texts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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.                     扩展基本信息
| 名称 |   |  
| ID | iappfbaenmkmgdiodpemhhndfjbigago | 
| 官方URL | https://chromewebstore.google.com/detail/obfuscate-texts/iappfbaenmkmgdiodpemhhndfjbigago | 
| 简介 | With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar… | 
| 文件大小 | 7.67 KB | 
| 安装次数 | 81 | 
| 当前版本 | 0.0.1 | 
| 更新时间 | 2022-07-18 | 
| 上架时间 | 2022-07-18 | 
| 开发者 | motemen | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 支持的语言 | 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": [
        "*:\/\/*\/*"
    ]
}  |  |