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 |
| 官方網址 | 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": [
"*:\/\/*\/*"
]
} | |