RSVP Reader — Speed Reader Firefox

Examine source code of RSVP Reader — Speed Reader

Inspect and view changes in RSVP Reader — Speed Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "RSVP Reader — Speed Read Any Article",
  "version": "1.0.0",
  "description": "Read any article up to 3x faster with Rapid Serial Visual Presentation. Extracts clean article text, highlights the Optimal Recognition Point, and supports Dark/Light/Sepia themes.",
  "permissions": [
    "activeTab",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_title": "Read with RSVP"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "rsvp-reader-fx@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.youtube.com/*",
        "*://*.netflix.com/*",
        "*://*.twitch.tv/*",
        "*://*.vimeo.com/*",
        "*://*.dailymotion.com/*",
        "*://*.hulu.com/*",
        "*://*.spotify.com/*"
      ],
      "js": [
        "content/preloader.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+R"
      },
      "description": "Start RSVP Reader"
    }
  }
}

Best RSVP Reader — Speed Reader Alternatives

Here are some Firefox add-ons that are similar to RSVP Reader — Speed Reader: