Poll Extension Firefox

Examine source code of Poll Extension

Inspect and view changes in Poll Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Poll Extension",
  "version": "1.0",
  "description": "Allows users to participate in polls, create polls, and view results in real-time with charts.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e32fc0ab-9cd5-4503-8659-bf66ef8f1440}"
    }
  }
}

Best Poll Extension Alternatives

Here are some Firefox add-ons that are similar to Poll Extension: