Eight Mouse Gestures Firefox

Examine source code of Eight Mouse Gestures

Inspect and view changes in Eight Mouse Gestures source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Eight Mouse Gestures",
  "short_name": "MouseShortcuts",
  "version": "1.0.3resigned1",
  "author": "Marc Bourrez",
  "developer": {
    "name": "Marc Bourrez"
  },
  "description": "Eight Mouse Gesture is a simple mouse shortcuts add-on, or mouse gestures extension.",
  "applications": {
    "gecko": {
      "strict_min_version": "49.0",
      "id": "{14a95f34-da4a-4ab3-9067-b2ec646bb62f}"
    }
  },
  "icons": {
    "48": "icon-48.png",
    "96": "icon-96.png"
  },
  "permissions": [
    "sessions",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "match_about_blank": true,
      "js": [
        "eightgesture.js"
      ],
      "all_frames": true,
      "run_at": "document_start"
    }
  ]
}

Best Eight Mouse Gestures Alternatives

Here are some Firefox add-ons that are similar to Eight Mouse Gestures: