Date detective Firefox

Examine source code of Date detective

Inspect and view changes in Date detective source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Publishing Date Finder",
  "version": "1.2.5",
  "description": "Detects publication dates of web articles with confidence indicators",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "publishing-date-finder-v2@lazarcovs.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "https://archive.org/*"
  ],
  "browser_action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Publishing Date Finder",
    "default_popup": "popup/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Date detective Alternatives

Here are some Firefox add-ons that are similar to Date detective: