Gmail POP3 Auto Refresh Firefox

Examine source code of Gmail POP3 Auto Refresh

Inspect and view changes in Gmail POP3 Auto Refresh source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Gmail POP3 Auto Refresh",
  "description": "Refresh unlimited POP3 email accounts of Gmail with a frequency of one minute for free.",
  "version": "1.4",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.min.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_title": "Gmail POP3 Auto Refresh",
    "default_icon": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "contact@evanjuge.fr"
    }
  },
  "content_scripts": [
    {
      "js": [
        "contentscript.min.js"
      ],
      "matches": [
        "*://mail.google.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "script.min.js"
  ]
}

Best Gmail POP3 Auto Refresh Alternatives

Here are some Firefox add-ons that are similar to Gmail POP3 Auto Refresh: