FastRPC

FastRPC

This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "FastRPC",
  "version": "2.3",
  "description": "This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.",
  "devtools_page": "devtools.html",
  "author": "Ondřej Žára <[email protected]>",
  "homepage_url": "https://github.com/seznam/fastrpc-viewer",
  "permissions": [
    "<all_urls>"
  ],
  "icons": {
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}