Tab Rotator with Skip Rules Firefox

Examine source code of Tab Rotator with Skip Rules

Inspect and view changes in Tab Rotator with Skip Rules source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Rotator with Skip Rules",
  "version": "1.0",
  "description": "Auto-rotate tabs on a timer, with domain/title skip rules.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Tab Rotator"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{17f2b2a4-bdb6-44e6-9097-d7a6bed785dc}"
    }
  },
  "icons": {
    "48": "icons/icon48.svg"
  }
}

Best Tab Rotator with Skip Rules Alternatives

Here are some Firefox add-ons that are similar to Tab Rotator with Skip Rules: