Threads Quick Actions Firefox

Examine source code of Threads Quick Actions

Por: Roman
Inspect and view changes in Threads Quick Actions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Threads Quick Actions",
  "version": "1.0.0",
  "description": "Adds always-visible Save, Not interested, and Block action icons to each Threads post.",
  "content_scripts": [
    {
      "matches": [
        "https://www.threads.com/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "threads-quick-actions@local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Mejores alternativas Threads Quick Actions

Aquí hay algunas Firefox add-ons que son similares a Threads Quick Actions: