Parse WebSocket Client Firefox

Examine source code of Parse WebSocket Client

提供元: Oğulcan Özcan
Inspect and view changes in Parse WebSocket Client source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Parse WebSocket Client",
  "version": "1.2.1",
  "description": "WebSocket üzerinden Node.js server ile iletişim kuran extension",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "signalr.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Parse WebSocket Client"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "parser@ogos.dev",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    }
  }
}

ベストのParse WebSocket Client代替案

Parse WebSocket Clientに類似したFirefox add-onをいくつか紹介します: