Better tab rotate Firefox

Examine source code of Better tab rotate

Inspect and view changes in Better tab rotate source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Better tab rotate",
  "version": "0.2",
  "description": "rotate tabs",
  "icons": {
    "48": "icons/tab-rotate.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "eemelilari@gmail.com"
    }
  },
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/tab-rotate-disabled.png"
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "idle",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "rotate.js"
    ],
    "persistent": true
  }
}

Best Better tab rotate Alternatives

Here are some Firefox add-ons that are similar to Better tab rotate: