Back Closes Tab Firefox

Examine source code of Back Closes Tab

Inspect and view changes in Back Closes Tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Back Arrow Close Tab",
  "version": "1.0",
  "description": "Closes the tab if there is no previous page when using the back button or Alt+Left.",
  "permissions": [
    "activeTab",
    "scripting",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "commands": {
    "check-back-and-close": {
      "suggested_key": {
        "default": "Alt+Left"
      },
      "description": "Check back history and close tab if none"
    }
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "back-arrow-close-tab@yourdomain.com"
    }
  }
}

Best Back Closes Tab Alternatives

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