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/*"
  ]
}

Meilleures alternatives Replit RPC

Voici quelques Firefox add-ons qui sont similaires à Replit RPC :