FastRPC

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

What is FastRPC?

FastRPC is a Chrome extension developed by Ondřej Žára, Seznam.cz, and its main feature is "This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.".

Extension Screenshots

screenshot

Download FastRPC Extension CRX File

Download FastRPC extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses. The FastRPC protocol is described here: https://github.com/seznam/fastrpc/wiki/FastRPC-binary-protocol-specification                    

Extension Basic Information

Name FastRPC FastRPC
ID adoojkhhjaaobkcjhioclfjefnadaghj
Official URL https://chromewebstore.google.com/detail/fastrpc/adoojkhhjaaobkcjhioclfjefnadaghj
Description This DevTools extension adds another panel that shows decoded FastRPC (protocol v1, v2, v3) requests and responses.
File Size 80.19 KB
Installation Count 61
Current Version 2.3
Last Updated 2020-06-05
Publish Date 2020-06-05
Rating 5.00/5 Total 1 Ratings
Developer Ondřej Žára, Seznam.cz
Email [email protected]
Payment Type free
Extension Website https://github.com/seznam/fastrpc-viewer
Help Page URL https://github.com/seznam/fastrpc-viewer
Supported Languages en
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\u0159ej \u017d\u00e1ra ",
    "homepage_url": "https:\/\/github.com\/seznam\/fastrpc-viewer",
    "permissions": [
        ""
    ],
    "icons": {
        "48": "icon-48.png",
        "128": "icon-128.png"
    }
}