Phagocyte Firefox

Examine source code of Phagocyte

By: LS
Inspect and view changes in Phagocyte source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "A simple browser extension that hides articles about covid-19.",
  "manifest_version": 2,
  "name": "Phagocyte",
  "version": "1.2",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "browser_action": {
    "default_icon": "icons/icon-32.png",
    "default_title": "Phagocyte",
    "default_popup": "popup/toggle.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c1e25eb4-feb1-4a88-a582-9dd0dd42ed2b}"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "eat.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "eat.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ]
}

Best Phagocyte Alternatives

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