Dreamwidth Link Embed Firefox

Examine source code of Dreamwidth Link Embed

Inspect and view changes in Dreamwidth Link Embed source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "DW Link Embed Quote Fix",
  "version": "7.1",
  "description": "Adds resilient Dreamwidth image link/embed tools, bounded queued preview and page loading, catalog search, upload title autofill, and efficient Bulk Edit Images tools.",
  "content_scripts": [
    {
      "matches": [
        "https://www.dreamwidth.org/file/list*",
        "https://*.dreamwidth.org/file/list*"
      ],
      "js": [
        "common.js",
        "content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.dreamwidth.org/file/new*",
        "https://*.dreamwidth.org/file/new*"
      ],
      "js": [
        "common.js",
        "upload-content.js"
      ],
      "run_at": "document_idle"
    },
    {
      "matches": [
        "https://www.dreamwidth.org/file/edit*",
        "https://*.dreamwidth.org/file/edit*"
      ],
      "js": [
        "common.js",
        "bulk-edit-content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "dreamwidth-link@example.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "permissions": [
    "storage"
  ]
}

Best Dreamwidth Link Embed Alternatives

Here are some Firefox add-ons that are similar to Dreamwidth Link Embed: