DK's Random Fact Generator Firefox

Examine source code of DK's Random Fact Generator

Inspect and view changes in DK's Random Fact Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DK's Random Fact Generator",
  "version": "1.0",
  "description": "Displays a random fact.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "Diyaankalra@gmail.com",
      "strict_min_version": "109.0"
    }
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png",
      "48": "icon.png",
      "128": "icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best DK's Random Fact Generator Alternatives

Here are some Firefox add-ons that are similar to DK's Random Fact Generator: