nuMatrix Firefox

Examine source code of nuMatrix

Par : arek Add-on
Inspect and view changes in nuMatrix 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
{
  "author": "arek.codes",
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "browser_style": false,
    "default_icon": {
      "19": "img/browsericons/icon19-off.png"
    },
    "default_popup": "popup.html",
    "default_title": "nuMatrix"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "nuMatrix@arek.codes",
      "strict_min_version": "58.0"
    }
  },
  "commands": {
    "_execute_browser_action": {
      "description": "Open nuMatrix popup",
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "Command+Shift+F"
      }
    }
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "/js/vapi.js",
        "/js/vapi-client.js",
        "/js/contentscript-start.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    },
    {
      "all_frames": true,
      "js": [
        "/js/contentscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "description": "__MSG_extShortDesc__",
  "icons": {
    "16": "img/icon_16.png",
    "128": "img/icon_128.png"
  },
  "manifest_version": 2,
  "name": "nuMatrix",
  "options_ui": {
    "open_in_tab": true,
    "page": "dashboard.html"
  },
  "permissions": [
    "browsingData",
    "cookies",
    "dns",
    "privacy",
    "storage",
    "tabs",
    "webNavigation",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "short_name": "nuMatrix",
  "version": "0.1.2"
}

Meilleures alternatives nuMatrix

Voici quelques Firefox add-ons qui sont similaires à nuMatrix :