dev helper

a extension help develop easy, include CORS...

What is dev helper?

dev helper is a Chrome extension developed by https://debugmi.com, and its main feature is "a extension help develop easy, include CORS...".

Extension Screenshots

screenshot
screenshot

Download dev helper Extension CRX File

Download dev helper 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

                        1. How to use CORS?

click the icon, keep on "CORS running", then you can switch to any tab to CORS                    

Extension Basic Information

Name dev helper dev helper
ID lbanojchlmcbidlamhigcaacamafndmc
Official URL https://chromewebstore.google.com/detail/dev-helper/lbanojchlmcbidlamhigcaacamafndmc
Description a extension help develop easy, include CORS...
File Size 62.7 KB
Installation Count 51
Current Version 0.0.2
Last Updated 2023-03-07
Publish Date 2022-06-23
Rating 5.00/5 Total 2 Ratings
Developer https://debugmi.com
Email [email protected]
Payment Type free
Extension Website https://www.debugmi.com
Help Page URL https://www.debugmi.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "dev helper",
    "description": "a extension help develop easy, include CORS...",
    "version": "0.0.2",
    "manifest_version": 3,
    "background": {
        "service_worker": "\/sw.js"
    },
    "permissions": [
        "activeTab",
        "declarativeNetRequest",
        "tabs"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "\/popup.html",
        "default_icon": "\/assets\/logo.png",
        "default_title": ""
    },
    "icons": {
        "16": "\/assets\/logo.png",
        "32": "\/assets\/logo.png",
        "48": "\/assets\/logo.png",
        "96": "\/assets\/logo.png",
        "128": "\/assets\/logo.png"
    }
}