SOAP LISTENER Firefox

Examine source code of SOAP LISTENER

제작자: bagus andre wijaya Add-on
Inspect and view changes in SOAP LISTENER source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SOAP LISTENER",
  "version": "1.0",
  "description": "Listener tombol Simpan + Socket.IO ke server lokal",
  "permissions": [
    "storage",
    "activeTab",
    "http://192.168.5.3/*",
    "http://192.168.5.88/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "listenerclicker@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "socket.io.min.js",
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://192.168.5.3/*"
      ],
      "js": [
        "content.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ]
}

최고의 SOAP LISTENER 대안

다음은 SOAP LISTENER과(와) 유사한 Firefox add-on입니다: