WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Advanced REST client

Advanced REST client

View on Chrome Web Store
View Advanced REST client Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (11,783 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 20, 2025.

The web developers helper program to create and test custom HTTP requests.
Type
Extension
Users
500,000 users
Pawel Uchida-Psztyc
View author page of Pawel Uchida-Psztyc
Published
Published on July 29, 2011
Version 10.0.12
Manifest version
2
Updated
Updated on February 14, 2019
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Advanced REST client Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Advanced REST client",
    "short_name": "ARC",
    "description": "The web developers helper program to create and test custom HTTP requests.",
    "version": "10.0.12",
    "version_name": "10.0.12-stable",
    "minimum_chrome_version": "49",
    "author": "Pawel Psztyc",
    "icons": {
        "16": "assets\/arc_icon_16.png",
        "32": "assets\/arc_icon_32.png",
        "48": "assets\/arc_icon_48.png",
        "128": "assets\/arc_icon_128.png"
    },
    "permissions": [
        "<all_urls>",
        "storage",
        "unlimitedStorage",
        "identity",
        "syncFileSystem",
        {
            "fileSystem": [
                "write"
            ]
        }
    ],
    "optional_permissions": [
        "clipboardWrite",
        "notifications"
    ],
    "sockets": {
        "tcp": {
            "connect": "*"
        }
    },
    "oauth2": {
        "client_id": "592877543090-6tqu3mbhcbc3437cfj5f0ahjtui5tjac.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive.file",
            "https:\/\/www.googleapis.com\/auth\/drive.install",
            "https:\/\/www.googleapis.com\/auth\/drive.metadata.readonly"
        ]
    },
    "app": {
        "background": {
            "scripts": [
                "scripts\/background.js"
            ]
        }
    },
    "url_handlers": {
        "google_drive_open": {
            "matches": [
                "https:\/\/api.chromerestclient.com\/GDrive.html*"
            ],
            "title": "Open from Google Drive"
        }
    },
    "sandbox": {
        "pages": [
            "html-preview.html"
        ]
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top