BlueSky Profile Pics Inline Firefox

Examine source code of BlueSky Profile Pics Inline

Inspect and view changes in BlueSky Profile Pics Inline source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "BlueSky Profile Pics Inline",
  "version": "1.0.0",
  "description": "Replaces @mentions in Bluesky posts with inline profile pictures",
  "homepage_url": "https://github.com/tiedyedguy/bppi",
  "browser_specific_settings": {
    "gecko": {
      "id": "bppi@daddyrobot.live",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://bsky.app/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "https://public.api.bsky.app/*"
  ]
}

Best BlueSky Profile Pics Inline Alternatives

Here are some Firefox add-ons that are similar to BlueSky Profile Pics Inline: