Obfuscate texts

Obfuscate texts

With this extension you can make any texts inside a web page untradable, by selecting texts and using context menu or toolbar…

Merlin
Additional files are visible only to premium users

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": [
    "*://*/*"
  ]
}