Octobox Firefox

Examine source code of Octobox

Inspect and view changes in Octobox 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": 3,
  "name": "Octobox",
  "version": "1.0.0",
  "description": "Integrate Octobox directly into your GitHub workflow",
  "author": "Andrew Nesbitt",
  "homepage_url": "https://octobox.io",
  "icons": {
    "48": "icons/octobox-48.png",
    "96": "icons/octobox-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*",
        "*://octobox.io/*"
      ],
      "js": [
        "octobox.js"
      ],
      "css": [
        "octobox.css"
      ]
    }
  ],
  "host_permissions": [
    "*://octobox.io/*"
  ],
  "permissions": [
    "storage"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "icons/*"
      ],
      "matches": [
        "*://*.github.com/*",
        "*://octobox.io/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{abf2af07-72a6-450b-8aca-a985ab478330}"
    }
  }
}

Best Octobox Alternatives

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