WJUtils Firefox

Examine source code of WJUtils

Inspect and view changes in WJUtils source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "$schema": "https://json.schemastore.org/chrome-manifest",
  "manifest_version": 3,
  "name": "WJUtils",
  "description": "A collection of utilities to enhance your online experience",
  "version": "0.1.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "wjutils@willsterjohnson.com",
      "strict_min_version": "100.0"
    }
  },
  "action": {
    "default_popup": "dist/popup.html",
    "default_title": "WJUtils"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "dist/background.js"
      ]
    }
  ]
}

Best WJUtils Alternatives

Here are some Firefox add-ons that are similar to WJUtils: