Bluesky Exporter Firefox

Examine source code of Bluesky Exporter

By: rxliuli Add-on
Inspect and view changes in Bluesky Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Bluesky Exporter",
  "description": "Export your Bluesky data - followers, following, posts, likes and more",
  "version": "0.0.8",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "notifications",
    "alarms",
    "idle"
  ],
  "host_permissions": [
    "https://bsky.app/**",
    "https://bsky.social/**",
    "https://*.bsky.network/**",
    "https://cdn.bsky.app/**",
    "https://video.bsky.app/**",
    "https://store.rxliuli.com/**"
  ],
  "author": "rxliuli",
  "action": {
    "default_icon": {
      "16": "icon/16.png",
      "32": "icon/32.png",
      "48": "icon/48.png",
      "96": "icon/96.png",
      "128": "icon/128.png"
    }
  },
  "homepage_url": "https://store.rxliuli.com/extensions/bluesky-exporter",
  "browser_specific_settings": {
    "gecko": {
      "id": "bluesky-exporter@rxliuli.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "open_in_tab": false,
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://bsky.app/*"
      ],
      "run_at": "document_idle",
      "js": [
        "content-scripts/bsky-session.js"
      ]
    }
  ]
}

Best Bluesky Exporter Alternatives

Here are some Firefox add-ons that are similar to Bluesky Exporter: