Replit RPC Firefox

Examine source code of Replit RPC

Inspect and view changes in Replit RPC source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Replit RPC",
  "version": "1.1",
  "description": "Show off your current project on Discord!",
  "icons": {
    "48": "icons/48.png"
  },
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "*://replit.com/*/*"
      ],
      "js": [
        "contentscript.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "*://replit.com/*"
  ]
}

Best Replit RPC Alternatives

Here are some Firefox add-ons that are similar to Replit RPC: