Hoppscotch Browser Extension

Provides more capabilities for Hoppscotch

What is Hoppscotch Browser Extension?

Hoppscotch Browser Extension is a Chrome extension developed by Andrew Bastin, and its main feature is "Provides more capabilities for Hoppscotch".

Extension Screenshots

screenshot
screenshot

Download Hoppscotch Browser Extension Extension CRX File

Download Hoppscotch Browser Extension 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 extension provides better user experience while using Hoppscotch.

It removes CORS restrictions that are encountered when sending requests which do not comply to the CORS restrictions.

Hoppscotch is an Open Source Project built by a group of amazing contributors and we would love your help to make it even better!
Haven't tried Hoppscotch ? Go to: https://hoppscotch.io
Contribute to Hoppscotch: https://github.com/hoppscotch/hoppscotch
Contribute to this extension: https://github.com/hoppscotch/hoppscotch-extension                    

Extension Basic Information

Name Hoppscotch Browser Extension Hoppscotch Browser Extension
ID amknoiejhlmhancpahfcfcfhllgkpbld
Official URL https://chromewebstore.google.com/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld
Description Provides more capabilities for Hoppscotch
File Size 467 KB
Installation Count 60,000
Current Version 0.31
Last Updated 2024-02-01
Publish Date 2020-06-25
Rating 4.50/5 Total 26 Ratings
Developer Andrew Bastin
Email [email protected]
Payment Type free
Extension Website https://hoppscotch.io/
Help Page URL https://github.com/hoppscotch/hoppscotch
Privacy Policy Page URL https://docs.hoppscotch.io/support/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hoppscotch Browser Extension",
    "version": "0.31",
    "description": "Provides more capabilities for Hoppscotch",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "action": {
        "default_title": "Hoppscotch Extension",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.js.map"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "index.js"
    }
}