NoGhostKitchen Firefox

Examine source code of NoGhostKitchen

By: Kae
Inspect and view changes in NoGhostKitchen source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "NoGhostKitchen",
  "version": "0.0.1",
  "description": "Remove listings from Just Eat that have more than one kitchen at their address.",
  "homepage_url": "https://voxelfox.co.uk",
  "icons": {
    "128": "icons/ghost.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.just-eat.co.uk/area/*"
      ],
      "js": [
        "noghostkitchen.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "NoGhostKitchen Settings",
    "default_popup": "options.html"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "https://uk.api.just-eat.io/",
    "storage"
  ],
  "host_permissions": [
    "https://uk.api.just-eat.io/"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "noghostkitchen@voxelfox.co.uk"
    }
  }
}

Best NoGhostKitchen Alternatives

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