CHEQ Developer Tools Firefox

Examine source code of CHEQ Developer Tools

Inspect and view changes in CHEQ Developer Tools source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "CHEQ Developer Tools",
  "description": "CHEQ Utilities",
  "version": "2.0.0",
  "icons": {
    "16": "images/on-new.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "activeTab",
    "alarms",
    "cookies",
    "storage",
    "unlimitedStorage",
    "scripting",
    "declarativeNetRequest",
    "declarativeNetRequestFeedback"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self';"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "developertools@cheq.ai"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/js/vt/vt.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "/js/vt/vt.bundle.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "/images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "/js/fonts/OpenSans-Italic-VariableFont_wdth,wght.woff2"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "/js/fonts/OpenSans-VariableFont_wdth,wght.woff2"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "/js/fonts/Material-Icons.woff2"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "/js/vt/fonts/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "background": {
    "type": "module",
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best CHEQ Developer Tools Alternatives

Here are some Firefox add-ons that are similar to CHEQ Developer Tools: