Eval Villain Firefox

Examine source code of Eval Villain

Inspect and view changes in Eval Villain source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Eval Villain",
  "version": "2.11",
  "description": "Hook interesting functions to see their input.",
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "icons": {
    "48": "icons/on_48.png",
    "96": "icons/on_96.png"
  },
  "background": {
    "scripts": [
      "/js/background.js"
    ]
  },
  "browser_action": {
    "default_title": "EvalVillain: off",
    "default_icon": {
      "48": "/icons/off_48.png",
      "96": "/icons/off_96.png"
    },
    "default_popup": "/pages/popup/menu.html"
  },
  "options_ui": {
    "page": "/pages/options/options.html"
  },
  "commands": {
    "toggle": {
      "description": "Toggle Eval Villain"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "dennis@hurricanelabs.com"
    }
  }
}

Best Eval Villain Alternatives

Here are some Firefox add-ons that are similar to Eval Villain: