Auto Tab Firefox

Examine source code of Auto Tab

By: Diemas Add-on
Inspect and view changes in Auto Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Auto Tab",
  "version": "1.0",
  "description": "Activates all tabs. Scrolls to all tabs in a window. Scrolls to specific positions.",
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ],
  "action": {
    "default_icon": {
      "16": "icon.png"
    },
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "info@diemas.dev"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "host_permissions": [
    "*://*/*"
  ]
}

Best Auto Tab Alternatives

Here are some Firefox add-ons that are similar to Auto Tab: