Recent Visit Overlay Firefox

Examine source code of Recent Visit Overlay

By: Cooked
Inspect and view changes in Recent Visit Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Recent Visit Overlay",
  "version": "1.0",
  "description": "Shows previous visit time.",
  "permissions": [
    "history",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "recentvisit@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Recent Visit Overlay Alternatives

Here are some Firefox add-ons that are similar to Recent Visit Overlay: