SuperDev Pro Firefox

Examine source code of SuperDev Pro

Inspect and view changes in SuperDev Pro source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "SuperDev Pro",
  "description": "One extension that replaces all your browser tools — inspect, design, modify, capture, scrape, automate, and more in a single sidebar.",
  "version": "11.0.0",
  "short_name": "SuperDev",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "author": "SuperDev Pro",
  "homepage_url": "https://superdevpro.com",
  "incognito": "spanning",
  "minimum_chrome_version": "101",
  "permissions": [
    "activeTab",
    "contextMenus",
    "declarativeNetRequest",
    "downloads",
    "scripting",
    "storage",
    "tabs",
    "unlimitedStorage",
    "cookies",
    "browsingData",
    "webRequest",
    "<all_urls>"
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "sdpv2_frame_unblock",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "web_accessible_resources": [
    "icons/*",
    "fonts/*",
    "data/technologies/*",
    "export-element/*",
    "content-scripts/content.css"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S"
      }
    },
    "toggle-shell": {
      "description": "Toggle SuperDev sidebar",
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      }
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "superdevpro@yourcompany.com",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/clock-widget.js",
        "content-scripts/content.js"
      ]
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "content-scripts/json-viewer.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "SuperDev Pro · One extension that replaces all your browser tools",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  }
}

Mejores alternativas SuperDev Pro

Aquí hay algunas Firefox add-ons que son similares a SuperDev Pro: