Read Clean Text

Read Clean Text

Read Clean Text strips non text from a web page and displays clean text for reading and copying.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Read Clean Text",
  "description": "Read Clean Text strips non text from a web page and displays clean text for reading and copying.",
  "version": "2023",
  "manifest_version": 3,
  "homepage_url": "https://bizpep.com/ext/rct/",
  "icons": {
    "128": "128.png"
  },
  "action": {
    "default_title": "Click to Read Clean Text",
    "default_icon": {
      "128": "128.png"
    }
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  }
}