Cycle through recent tabs Firefox

Examine source code of Cycle through recent tabs

Inspect and view changes in Cycle through recent tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cycle through recent tabs",
  "description": "Use alt+shift+o and alt+shift+p to go forward or back (based on how recently that tab was accessed)",
  "version": "2.1.0",
  "icons": {
    "16": "icons/icon16.png",
    "19": "icons/icon19.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "commands": {
    "go-back": {
      "suggested_key": {
        "default": "Alt+Shift+O",
        "linux": "Alt+Shift+O"
      },
      "description": "Go to previously visited tab"
    },
    "go-forward": {
      "suggested_key": {
        "default": "Alt+Shift+P",
        "linux": "Alt+Shift+P"
      },
      "description": "Go to next visited tab"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{72cd6e40-d57d-4d4a-9e09-1c5f00df68b2}"
    }
  }
}

Best Cycle through recent tabs Alternatives

Here are some Firefox add-ons that are similar to Cycle through recent tabs: