Smart Thread Reader Firefox

Examine source code of Smart Thread Reader

Inspect and view changes in Smart Thread Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Smart Thread Reader",
  "version": "1.3",
  "description": "Automatically detect, organize, and read long discussion threads in a clean reader mode.",
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_title": "Smart Thread Reader",
    "default_popup": "popup.html",
    "default_icon": "icons/logo_32.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@Smart-Thread-Reader",
      "data_collection_permissions": {
        "required": [
          "locationInfo"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best Smart Thread Reader Alternatives

Here are some Firefox add-ons that are similar to Smart Thread Reader: