Replit RPC Firefox

Examine source code of Replit RPC

提供元: Connor Dennison
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/*"
  ]
}

ベストのReplit RPC代替案

Replit RPCに類似したFirefox add-onをいくつか紹介します: