Delete tab browsing history Firefox

Examine source code of Delete tab browsing history

Inspect and view changes in Delete tab browsing history source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extension_name__",
  "short_name": "__MSG_extension_name__",
  "version": "1.2026.104.0",
  "author": "dlw@mcprv",
  "description": "__MSG_extension_description__",
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "{c1c4c31d-4561-43c3-a9c8-ccac8880c4ad}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "history",
    "storage",
    "menus",
    "management"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_action": {
    "browser_style": true,
    "default_title": "__MSG_extension_name__",
    "default_icon": {
      "96": "history.svg"
    }
  },
  "icons": {
    "96": "history.svg"
  },
  "commands": {
    "delete_history": {
      "suggested_key": {},
      "description": "__MSG_delete_history__"
    },
    "delete_history_and_remove_tab": {
      "suggested_key": {},
      "description": "__MSG_delete_history_and_remove_tab__"
    }
  }
}

Best Delete tab browsing history Alternatives

Here are some Firefox add-ons that are similar to Delete tab browsing history: