Easy XSS

XSS made Easy. Easy XSS makes it possible for you to text XSS with just 2 mouse clicks.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Easy XSS",
  "description": "XSS made easy",
  "version": "1.1resigned1",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "strict_min_version": "56.0a1",
      "id": "{07414fb5-d993-468f-ba39-dd1ac8438b4a}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "menus",
    "activeTab",
    "clipboardRead",
    "clipboardWrite"
  ]
}