WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
API console extension

API console extension

View on Chrome Web Store
View API console extension Chrome Extension on Chrome Web Store
Add to bookmarks
2.2 (5 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.

API Console extension to proxy HTTP requests to the documented API.
Type
Extension
Users
1,000 users
Website api-console.io
Pawel Uchida-Psztyc
View author page of Pawel Uchida-Psztyc
Published
Published on March 29, 2017
Version 0.1.3
Manifest version
3
Updated
Updated on November 9, 2022
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View API console extension 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": 3,
    "name": "API console extension",
    "version": "0.1.3",
    "description": "API Console extension to proxy HTTP requests to the documented API.",
    "author": "Pawel Psztyc <[email protected]>",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "src\/page-proxy.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "src\/service.js",
        "type": "module"
    },
    "icons": {
        "16": "assets\/icon-16x16.png",
        "48": "assets\/icon-48x48.png",
        "128": "assets\/icon-128x128.png"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}
© 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