Dynamic Content Loading Firefox

Examine source code of Dynamic Content Loading

제작자: Fin Plam
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}"
    }
  }
}

최고의 Dynamic Content Loading 대안

다음은 Dynamic Content Loading과(와) 유사한 Firefox add-on입니다: