Just Read Firefox

Examine source code of Just Read

Inspect and view changes in Just Read source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Just Read",
  "version": "1.0.0",
  "description": "Clean up the page and show only readable content for distraction-free reading.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_title": "Just Read"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "reader.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "follow.c.ow.s.14.1@gmail.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Just Read Alternatives

Here are some Firefox add-ons that are similar to Just Read: