SuperDev Pro Firefox

Examine source code of SuperDev Pro

提供元: Mohd Danish Add-on
Inspect and view changes in SuperDev Pro source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
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 sidebar.",
  "version": "11.0.8",
  "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": {
    "toggle-shell": {
      "description": "Toggle SuperDev sidebar",
      "suggested_key": {
        "default": "Ctrl+Shift+S",
        "mac": "Command+Shift+S"
      }
    }
  },
  "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": [
        "*://fonts.google.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/google-fonts-bookmark.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"
    }
  }
}

ベストのSuperDev Pro代替案

SuperDev Proに類似したFirefox add-onをいくつか紹介します: