Dynamic Content Loading Firefox

Examine source code of Dynamic Content Loading

Inspect and view changes in Dynamic Content Loading source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Dynamic Content Loading",
  "version": "1.3",
  "description": "Automatically load and insert dynamic content based on user scroll or click.",
  "permissions": [
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d608a710-97d3-4288-9575-078c865b3446}"
    }
  }
}

Best Dynamic Content Loading Alternatives

Here are some Firefox add-ons that are similar to Dynamic Content Loading: