Bluesky Slow Blocker Firefox

Examine source code of Bluesky Slow Blocker

Inspect and view changes in Bluesky Slow Blocker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Bluesky Slow Blocker",
  "version": "2.0.0",
  "description": "Bulk-block accounts from Bluesky feeds, followers lists, and thread commenters — with a review queue and a slow, configurable pace.",
  "browser_specific_settings": {
    "gecko": {
      "id": "bsky-slow-blocker@local.dev",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "https://bsky.social/*",
    "https://bsky.app/*"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Bluesky Slow Blocker",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "96": "icons/icon-96.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "content_scripts": [
    {
      "matches": [
        "https://bsky.app/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Bluesky Slow Blocker Alternatives

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